We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba19b3b commit 2d28c39Copy full SHA for 2d28c39
test/ZxcvbnTest.php
@@ -77,7 +77,7 @@ public function sanityCheckDataProvider()
77
['fortitude22', 2, ['dictionary', 'repeat',], '2 minutes', 1140700],
78
['absoluteadnap', 2, ['dictionary', 'dictionary',], '25 minutes', 15187504],
79
['knifeandspoon', 3, ['dictionary', 'dictionary', 'dictionary'], '1 day', 1108057600],
80
- ['h1dden_26191', 3, ['dictionary', 'bruteforce', 'date'], '3 days', 2730628000], // Failed asserting that 2730628000 matches expected 2642940400.
+ ['h1dden_26191', 3, ['dictionary', 'bruteforce', 'date'], '3 days', 2730628000],
81
['4rfv1236yhn!', 4, ['spatial', 'sequence', 'bruteforce'], '1 month', 38980000000],
82
['BVidSNqe3oXVyE1996', 4, ['bruteforce', 'regex',], 'centuries', 10000000000010000],
83
];
0 commit comments