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 9658326 commit 030695eCopy full SHA for 030695e
test/dotnet-watch.Tests/Watch/BrowserLaunchTests.cs
@@ -27,7 +27,7 @@ public async Task LaunchesBrowserOnStart()
27
Assert.Contains(App.Process.Output, line => line.Contains("Hosting environment: Development"));
28
29
// Verify we launched the browser.
30
- Assert.Contains(App.Process.Output, line => line.Contains("dotnet watch ⌚ Launching browser: https://localhost:5001/"));
+ Assert.Contains(App.Process.Output, line => line.Contains("dotnet watch ⌚ Launching browser: https://localhost:5001"));
31
}
32
33
[Fact]
0 commit comments