From 38f6b663a5f0c89676141790f16d5c7bc330b3db Mon Sep 17 00:00:00 2001 From: Zep Fietje Date: Thu, 7 Mar 2024 20:22:14 +0100 Subject: [PATCH] Update tests/TrackPageviewTest.php --- tests/TrackPageviewTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TrackPageviewTest.php b/tests/TrackPageviewTest.php index 1c2c97d..03ab91b 100644 --- a/tests/TrackPageviewTest.php +++ b/tests/TrackPageviewTest.php @@ -28,7 +28,7 @@ expect(true)->toBeTrue(); }); -it('skips livewire', function () { +it('skips Livewire', function () { Pirsch::spy(); Route::middleware(TrackPageview::class)