Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BuyOwnEx committed Jun 9, 2021
1 parent 5651f80 commit 93fa4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public function testBasicTest()
{
$response = $this->get('/');

$response->assertStatus(200);
$response->assertStatus(302);
}
}

0 comments on commit 93fa4cc

Please sign in to comment.