Skip to content

Commit

Permalink
Update tests/TrackPageviewTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje authored Mar 7, 2024
1 parent f59474e commit 38f6b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TrackPageviewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
expect(true)->toBeTrue();
});

it('skips livewire', function () {
it('skips Livewire', function () {
Pirsch::spy();

Route::middleware(TrackPageview::class)
Expand Down

0 comments on commit 38f6b66

Please sign in to comment.