diff --git a/tests/WasabiTest.php b/tests/WasabiTest.php index 03aa2f8..ea54d00 100644 --- a/tests/WasabiTest.php +++ b/tests/WasabiTest.php @@ -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 () {