Skip to content

Commit

Permalink
Update test assertion
Browse files Browse the repository at this point in the history
Yes this is brute-force-y, but so be it
  • Loading branch information
mkopinsky committed Nov 20, 2024
1 parent b6ef87d commit 1ed4432
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 @@ -80,7 +80,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', 2730628000],
['h1dden_26191', 3, ['dictionary', 'bruteforce', 'date'], '3 days', 2993690800],
['4rfv1236yhn!', 4, ['spatial', 'sequence', 'bruteforce'], '1 month', 38980000000],
['BVidSNqe3oXVyE1996', 4, ['bruteforce', 'regex',], 'centuries', 10000000000010000],
];
Expand Down

0 comments on commit 1ed4432

Please sign in to comment.