aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-12-10 20:18:01 +0100
committerGitHub <[email protected]>2022-12-10 19:18:01 +0000
commit7b50c2f0126ac865d4e4efea360b8ba71f0cb7c6 (patch)
tree9ea854fb4bc1b4ae43d2ce1a409f5ea282961cb3 /test
parentab9fa1fe5bab671c1888663151ae20374f409c4a (diff)
downloadfaker-7b50c2f0126ac865d4e4efea360b8ba71f0cb7c6.tar.xz
faker-7b50c2f0126ac865d4e4efea360b8ba71f0cb7c6.zip
feat(number): adjust hex default (#1649)
Diffstat (limited to 'test')
-rw-r--r--test/__snapshots__/number.spec.ts.snap4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/__snapshots__/number.spec.ts.snap b/test/__snapshots__/number.spec.ts.snap
index 14b16521..91295faa 100644
--- a/test/__snapshots__/number.spec.ts.snap
+++ b/test/__snapshots__/number.spec.ts.snap
@@ -24,7 +24,7 @@ exports[`number > 42 > float > with min, max and precision 1`] = `-0.4261`;
exports[`number > 42 > float > with plain number 1`] = `1.5`;
-exports[`number > 42 > hex > noArgs 1`] = `"6"`;
+exports[`number > 42 > hex > noArgs 1`] = `"5"`;
exports[`number > 42 > hex > with options 1`] = `"4"`;
@@ -60,7 +60,7 @@ exports[`number > 1211 > float > with min, max and precision 1`] = `61.0658`;
exports[`number > 1211 > float > with plain number 1`] = `3.72`;
-exports[`number > 1211 > hex > noArgs 1`] = `"f"`;
+exports[`number > 1211 > hex > noArgs 1`] = `"e"`;
exports[`number > 1211 > hex > with options 1`] = `"a"`;