diff options
| author | ST-DDT <[email protected]> | 2022-09-07 10:32:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-07 08:32:33 +0000 |
| commit | bf1ea09b4928f190e0f505eba98368c3201c689e (patch) | |
| tree | 4556bef48ab3ad85383cf883884140e593c45951 | |
| parent | 4a42d69edea136fe0819a5f1394d1a74657c5d19 (diff) | |
| download | faker-bf1ea09b4928f190e0f505eba98368c3201c689e.tar.xz faker-bf1ea09b4928f190e0f505eba98368c3201c689e.zip | |
chore: remove obsolete test snapshots (#1338)
| -rw-r--r-- | test/__snapshots__/datatype.spec.ts.snap | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/__snapshots__/datatype.spec.ts.snap b/test/__snapshots__/datatype.spec.ts.snap index 7980ec5c..0c92b8fe 100644 --- a/test/__snapshots__/datatype.spec.ts.snap +++ b/test/__snapshots__/datatype.spec.ts.snap @@ -76,8 +76,6 @@ exports[`datatype > 42 > hexadecimal > with casing 1`] = `"0x8"`; exports[`datatype > 42 > hexadecimal > with length 1`] = `"0x8BE4ABdd39321aD7d3fe01FfCE404F4d6db0906bd8"`; -exports[`datatype > 42 > hexadecimal > with length and casing 1`] = `"0x8be4abdd39321ad7d3fe"`; - exports[`datatype > 42 > hexadecimal > with length, prefix, and casing 1`] = `"0x8be4abdd39321ad7d3fe"`; exports[`datatype > 42 > hexadecimal > with prefix 1`] = `"0x8"`; @@ -194,8 +192,6 @@ exports[`datatype > 1211 > hexadecimal > with casing 1`] = `"0xe"`; exports[`datatype > 1211 > hexadecimal > with length 1`] = `"0xEaDB42F0e3f4A973fAB0AeefCE96DFCF49cD438dF9"`; -exports[`datatype > 1211 > hexadecimal > with length and casing 1`] = `"0xeadb42f0e3f4a973fab0"`; - exports[`datatype > 1211 > hexadecimal > with length, prefix, and casing 1`] = `"0xeadb42f0e3f4a973fab0"`; exports[`datatype > 1211 > hexadecimal > with prefix 1`] = `"0xE"`; @@ -312,8 +308,6 @@ exports[`datatype > 1337 > hexadecimal > with casing 1`] = `"0x5"`; exports[`datatype > 1337 > hexadecimal > with length 1`] = `"0x5c346ba075bd57F5A62B82d72AF39CBBB07a98cbA8"`; -exports[`datatype > 1337 > hexadecimal > with length and casing 1`] = `"0x5c346ba075bd57f5a62b"`; - exports[`datatype > 1337 > hexadecimal > with length, prefix, and casing 1`] = `"0x5c346ba075bd57f5a62b"`; exports[`datatype > 1337 > hexadecimal > with prefix 1`] = `"0x5"`; |
