Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikkuikel authored and github-actions[bot] committed Oct 3, 2024
1 parent 809664e commit 2b7369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WasabiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
});

it('returns hello senorita', function () {
expect((new Wasabi())->hello())->toBe('hello senorita');
expect((new Wasabi)->hello())->toBe('hello senorita');
});

it('returns hello senorita from facade', function () {
Expand Down

0 comments on commit 2b7369e

Please sign in to comment.