Skip to content

Commit 13f80aa

Browse files
committed
fix: correct test typo
1 parent 4135c8e commit 13f80aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Integration/StyledQRCodeTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ public function itThrowsExceptionIfSaveCalledWithoutGeneration(): void
9090
public static function invalidCustomizationProvider(): array
9191
{
9292
return [
93-
'invalid marker' => [['Marker' => 'M9']],
94-
'invalid shape' => [['Shape' => 'S9']],
95-
'invalid cursor' => [['Cursor' => 'C9']],
96-
'multiple invalid' => [['Shape' => 'S9', 'Cursor' => 'C9', 'Marker' => 'M5']],
93+
'invalid marker' => [['Marker' => 'M7']],
94+
'invalid shape' => [['Shape' => 'S5']],
95+
'invalid cursor' => [['Cursor' => 'C7']],
96+
'multiple invalid' => [['Shape' => 'S5', 'Cursor' => 'C7', 'Marker' => 'M7']],
9797
];
9898
}
9999

0 commit comments

Comments
 (0)