Skip to content

Commit a7481f6

Browse files
committed
fix assertion
1 parent ba5bde7 commit a7481f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/ExampleTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public function testBasicTest()
1818
{
1919
$response = $this->get('/');
2020

21-
$response->assertHasStatus(200);
21+
$response->assertStatus(200);
2222
}
2323
}

0 commit comments

Comments
 (0)