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 567a0a3 commit 9feeaadCopy full SHA for 9feeaad
tests/Unit/Cards/EloTest.php
@@ -18,7 +18,7 @@ public function validNumbers(): Collection
18
'6363685305150464',
19
'6363682833437620',
20
'4514165077816223',
21
- '4389354567568609'
+ '4389354567568609',
22
]);
23
}
24
@@ -30,7 +30,7 @@ public function numbersWithInvalidLength(): Collection
30
return collect([
31
'6011111',
32
'601111111111111',
33
- '60110009901394241'
+ '60110009901394241',
34
35
36
@@ -41,7 +41,7 @@ public function numbersWithInvalidCheckSum(): Collection
41
{
42
43
'6011111111111118',
44
- '6011000990139423'
+ '6011000990139423',
45
46
47
0 commit comments