We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e4988 commit 1b9ece1Copy full SHA for 1b9ece1
BrowserStackLocal/BrowserStackLocal Unit Tests/BrowserStackTunnelTests.cs
@@ -79,7 +79,7 @@ public void TestBinaryPathOnNoMoreFallback()
79
tunnel.fallbackPaths();
80
Assert.Throws(typeof(Exception),
81
new TestDelegate(testFallbackException),
82
- "No More Paths to try. Please specify a binary path in options."
+ "Binary not found or failed to launch. Make sure that BrowserStackLocal.exe is not already running."
83
);
84
}
85
[TestMethod]
0 commit comments