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 eb3e0f7 commit 9658326Copy full SHA for 9658326
test/dotnet-watch.Tests/Watch/BrowserLaunchTests.cs
@@ -43,7 +43,7 @@ public async Task UsesBrowserSpecifiedInEnvironment()
43
await App.AssertOutputLineStartsWith(MessageDescriptor.ConfiguredToLaunchBrowser);
44
45
// Verify we launched the browser.
46
- await App.AssertOutputLineStartsWith("dotnet watch ⌚ Launching browser: mycustombrowser.bat https://localhost:5001/");
+ await App.AssertOutputLineStartsWith("dotnet watch ⌚ Launching browser: mycustombrowser.bat https://localhost:5001");
47
}
48
49
0 commit comments