diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index b22f346b..358cfc88 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -14,6 +14,5 @@ class ExampleTest extends TestCase public function testBasicTest() { $this->assertTrue(true); - } }