Skip to content

Commit 1b9ece1

Browse files
Fixing spec for changed error message.
1 parent e1e4988 commit 1b9ece1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BrowserStackLocal/BrowserStackLocal Unit Tests/BrowserStackTunnelTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public void TestBinaryPathOnNoMoreFallback()
7979
tunnel.fallbackPaths();
8080
Assert.Throws(typeof(Exception),
8181
new TestDelegate(testFallbackException),
82-
"No More Paths to try. Please specify a binary path in options."
82+
"Binary not found or failed to launch. Make sure that BrowserStackLocal.exe is not already running."
8383
);
8484
}
8585
[TestMethod]

0 commit comments

Comments
 (0)