Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Sep 1, 2021
1 parent 1045eed commit ba70cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Exception/NotFoundExceptionTest.php
Expand Up @@ -20,6 +20,6 @@ public function testMessage(): void
{
$exception = new NotFoundException('test');

$this->assertSame('No definition or class found for "test".', $exception->getMessage());
$this->assertSame('No definition or class found or resolvable for test.', $exception->getMessage());
}
}

0 comments on commit ba70cb1

Please sign in to comment.