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:
@@ -470,7 +470,7 @@ class AuthTest extends BrowserKitTest
|
||||
$this->assertTrue(auth()->check());
|
||||
|
||||
$this->get('/books');
|
||||
$this->assertRedirectedTo("/");
|
||||
$this->assertRedirectedTo('/');
|
||||
|
||||
$this->assertFalse(auth()->check());
|
||||
}
|
||||
|
Reference in New Issue
Block a user