Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Oct 18, 2022
1 parent dc4255f commit f5e25f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/__snapshots__/string.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ exports[`string > 42 > numeric > noArgs 1`] = `"4"`;

exports[`string > 42 > numeric > with allowLeadingZeros 1`] = `"3"`;

exports[`string > 42 > numeric > with bannedChars 1`] = `"7"`;
exports[`string > 42 > numeric > with bannedDigits 1`] = `"7"`;

exports[`string > 42 > numeric > with length 1`] = `"479177"`;

Expand All @@ -80,7 +80,7 @@ exports[`string > 42 > numeric > with length parameter 4`] = `"46176"`;

exports[`string > 42 > numeric > with length parameter 5`] = `"10978"`;

exports[`string > 42 > numeric > with length, allowLeadingZeros and bannedChars 1`] = `"6890887"`;
exports[`string > 42 > numeric > with length, allowLeadingZeros and bannedDigits 1`] = `"6890887"`;

exports[`string > 42 > sample > noArgs 1`] = `"Cky2eiXX/J"`;

Expand Down Expand Up @@ -170,7 +170,7 @@ exports[`string > 1211 > numeric > noArgs 1`] = `"9"`;
exports[`string > 1211 > numeric > with allowLeadingZeros 1`] = `"9"`;
exports[`string > 1211 > numeric > with bannedChars 1`] = `"9"`;
exports[`string > 1211 > numeric > with bannedDigits 1`] = `"9"`;
exports[`string > 1211 > numeric > with length 1`] = `"948721"`;
Expand All @@ -184,7 +184,7 @@ exports[`string > 1211 > numeric > with length parameter 4`] = `"26780"`;
exports[`string > 1211 > numeric > with length parameter 5`] = `"76678"`;
exports[`string > 1211 > numeric > with length, allowLeadingZeros and bannedChars 1`] = `"9798609"`;
exports[`string > 1211 > numeric > with length, allowLeadingZeros and bannedDigits 1`] = `"9798609"`;
exports[`string > 1211 > sample > noArgs 1`] = `"wKti5-}$_/"`;
Expand Down Expand Up @@ -274,7 +274,7 @@ exports[`string > 1337 > numeric > noArgs 1`] = `"3"`;
exports[`string > 1337 > numeric > with allowLeadingZeros 1`] = `"2"`;
exports[`string > 1337 > numeric > with bannedChars 1`] = `"7"`;
exports[`string > 1337 > numeric > with bannedDigits 1`] = `"7"`;
exports[`string > 1337 > numeric > with length 1`] = `"351225"`;
Expand All @@ -288,7 +288,7 @@ exports[`string > 1337 > numeric > with length parameter 4`] = `"37318"`;
exports[`string > 1337 > numeric > with length parameter 5`] = `"40631"`;
exports[`string > 1337 > numeric > with length, allowLeadingZeros and bannedChars 1`] = `"6706677"`;
exports[`string > 1337 > numeric > with length, allowLeadingZeros and bannedDigits 1`] = `"6706677"`;
exports[`string > 1337 > sample > noArgs 1`] = `"9U/4:SK$>6"`;
Expand Down

0 comments on commit f5e25f8

Please sign in to comment.