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