Skip to content

Commit

Permalink
Fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Jun 24, 2024
1 parent 4a6a74e commit 7ce45b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ServeCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function testErrorWhenAddressIsTaken(): void
$output = $commandCreate->getDisplay(true);

$this->assertStringContainsString(
'[ERROR] Port 8080 is taken by another process.',
'[ERROR] Port 445 is taken by another process.',
$output
);
} else {
Expand Down

0 comments on commit 7ce45b0

Please sign in to comment.