Skip to content

Commit d0a0c8c

Browse files
committed
test failing
1 parent 4478f74 commit d0a0c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LocalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function test_multiple_binary() {
113113
$this->fail("Expected Exception has not been raised.");
114114
} catch (LocalException $ex) {
115115
$emessage = $ex->getMessage();
116-
$this->assertEquals(trim($emessage), 'Error: Either another browserstack local client is running on your machine or some server is listening on port 45691');
116+
$this->assertEquals(trim($emessage), 'Either another browserstack local client is running on your machine or some server is listening on port 45691');
117117
unlink($log_file2);
118118
return;
119119
}

0 commit comments

Comments
 (0)