Skip to content

Commit

Permalink
Fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Jan 28, 2022
1 parent 33cf0b0 commit 1bcb09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/SingletonModuleTest.php
Expand Up @@ -86,7 +86,7 @@ public function testSingletonModuleHasNoIndex()

$this->httpRequestAssert('/twill/contactPages', 'GET', [], 500);

$this->assertSee('ContactPage as no index');
$this->assertSee('ContactPage has no index');
}

public function testSingletonModuleHasStandardRoutes()
Expand Down

0 comments on commit 1bcb09b

Please sign in to comment.