1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Applied styleci changes

This commit is contained in:
Dan Brown
2021-08-30 21:32:07 +01:00
parent 2740603d99
commit 8f12c8bc99
2 changed files with 5 additions and 4 deletions

View File

@@ -470,7 +470,7 @@ class AuthTest extends BrowserKitTest
$this->assertTrue(auth()->check());
$this->get('/books');
$this->assertRedirectedTo("/");
$this->assertRedirectedTo('/');
$this->assertFalse(auth()->check());
}