Reverts assertOk change (#6303)

This commit is contained in:
Nuno Maduro 2023-12-27 16:47:30 +00:00 committed by GitHub
parent 705f97c5c8
commit 0c8372a2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,6 @@ class ExampleTest extends TestCase
{
$response = $this->get('/');
$response->assertOk();
$response->assertStatus(200);
}
}