diff --git a/test/__snapshots__/string.spec.ts.snap b/test/__snapshots__/string.spec.ts.snap index 77f94da26d9..f4a607b4888 100644 --- a/test/__snapshots__/string.spec.ts.snap +++ b/test/__snapshots__/string.spec.ts.snap @@ -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"`; @@ -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"`; @@ -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"`; @@ -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-}$_/"`; @@ -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"`; @@ -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"`;