Skip to content

Commit

Permalink
Merge pull request #56 from tienvx/rename-test
Browse files Browse the repository at this point in the history
test: Rename test
  • Loading branch information
tienvx authored Apr 1, 2024
2 parents 0757851 + 4be5142 commit 48e9349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Service/MessageDispatcherManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected function setUp(): void
$this->messageDispatcherManager = new MessageDispatcherManager($this->locator);
}

public function testNoHandler(): void
public function testNoDispatcher(): void
{
$description = 'no dispatcher';
$this->locator
Expand Down

0 comments on commit 48e9349

Please sign in to comment.