Skip to content

Commit

Permalink
Update expected test calc time
Browse files Browse the repository at this point in the history
  • Loading branch information
bjeavons committed Jan 27, 2020
1 parent 1170381 commit 181c1b8
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 @@ -75,7 +75,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', 2467565200],
['h1dden_26191', 3, ['dictionary', 'bruteforce', 'date' ], '3 days', 2642940400],
['4rfv1236yhn!', 4, ['spatial', 'sequence', 'bruteforce'], '1 month', 38980000000.414],
['BVidSNqe3oXVyE1996', 4, ['bruteforce', 'regex', ], 'centuries', 10000000000010000],
];
Expand Down

0 comments on commit 181c1b8

Please sign in to comment.