From 97913b7898a4808e7d2190d3fb4b8e140702f8ec Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 20 May 2023 15:03:06 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/LaravelGoogleAnalyticsTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/LaravelGoogleAnalyticsTest.php b/tests/LaravelGoogleAnalyticsTest.php index 3c89e13..78bca5b 100644 --- a/tests/LaravelGoogleAnalyticsTest.php +++ b/tests/LaravelGoogleAnalyticsTest.php @@ -41,7 +41,6 @@ public function it_should_get_real_time_report() ->dimension('city') ->getRealTimeReport(); - $this->assertCount(0, $result->table); }