Skip to content

Commit

Permalink
Update KernelTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Feb 7, 2017
1 parent 345a4af commit 2087305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/KernelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function it_loads_events_when_stream_not_found(): void
/**
* @test
*/
public function it_loads_throws_exception_when_loading_events_with_invalid_event_store_factory(): void
public function it_throws_exception_when_loading_events_with_invalid_event_store_factory(): void
{
$this->expectException(\RuntimeException::class);
$this->expectExceptionMessage('$eventStoreFactory did not return an instance of ' . EventStore::class);
Expand Down

0 comments on commit 2087305

Please sign in to comment.