Skip to content

Commit

Permalink
Patch testZxcvbnSanityCheck data bjeavons#8's time estimate so tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Dec 4, 2021
1 parent f67a9a4 commit eac590e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ZxcvbnTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function sanityCheckDataProvider()
['fortitude22', 2, ['dictionary', 'repeat',], '2 minutes', 1140700],
['absoluteadnap', 2, ['dictionary', 'dictionary',], '25 minutes', 15187504],
['knifeandspoon', 3, ['dictionary', 'dictionary', 'dictionary'], '1 day', 1108057600],
['h1dden_26191', 3, ['dictionary', 'bruteforce', 'date'], '3 days', 2642940400], // Failed asserting that 2730628000 matches expected 2642940400.
['h1dden_26191', 3, ['dictionary', 'bruteforce', 'date'], '3 days', 2730628000], // Failed asserting that 2730628000 matches expected 2642940400.
['4rfv1236yhn!', 4, ['spatial', 'sequence', 'bruteforce'], '1 month', 38980000000],
['BVidSNqe3oXVyE1996', 4, ['bruteforce', 'regex',], 'centuries', 10000000000010000],
];
Expand Down

0 comments on commit eac590e

Please sign in to comment.