From 93fa4ccb5d36a0d17a26f2a5b684736d973b9d07 Mon Sep 17 00:00:00 2001 From: BuyOwnEx Date: Wed, 9 Jun 2021 20:23:35 +0300 Subject: [PATCH] fix tests --- tests/Feature/ExampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index cdb51119..1022bb7d 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -16,6 +16,6 @@ public function testBasicTest() { $response = $this->get('/'); - $response->assertStatus(200); + $response->assertStatus(302); } }