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); }