unit test bug

This commit is contained in:
glovetleong
2022-07-30 09:56:30 +08:00
parent 2a6a980fc3
commit 4db4f6094d
+1 -1
View File
@@ -13,7 +13,7 @@ class ExampleTest extends TestCase
*/ */
public function testBasicTest() public function testBasicTest()
{ {
$response = $this->get('/'); $response = $this->get('/swagger');
$response->assertStatus(200); $response->assertStatus(200);
} }