Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
K2ouMais authored and github-actions[bot] committed Mar 12, 2023
1 parent 67b08ac commit 2dc65ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LeiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
});

test('a lei with more than 20 chars is invalid', function () {
$lei = $this->lei . '1';
$lei = $this->lei.'1';
expect($this->leiGenerator->validate($lei))->toBeFalse();
});

0 comments on commit 2dc65ab

Please sign in to comment.