Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikkuikel committed Oct 3, 2024
2 parents 7896c03 + 2b7369e commit 4a5ac80
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 4a5ac80

Please sign in to comment.