Skip to content

Commit

Permalink
Update tests/RoadRunnerHttpApplicationRunnerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz authored Dec 24, 2024
1 parent 15759ff commit 5d37aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RoadRunnerHttpApplicationRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function testUnsupportedMode(): void
$runner = $this->createRunner();

$this->expectException(RuntimeException::class);
$this->expectExceptionMessage('Unsupported mode "invalid", modes are supported: "http", "temporal".');
$this->expectExceptionMessage('Unsupported mode "invalid", supported modes are: "http", "temporal".');
$runner->run();
}

Expand Down

0 comments on commit 5d37aa1

Please sign in to comment.