Skip to content

Commit 030695e

Browse files
committed
Fix
1 parent 9658326 commit 030695e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotnet-watch.Tests/Watch/BrowserLaunchTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public async Task LaunchesBrowserOnStart()
2727
Assert.Contains(App.Process.Output, line => line.Contains("Hosting environment: Development"));
2828

2929
// Verify we launched the browser.
30-
Assert.Contains(App.Process.Output, line => line.Contains("dotnet watch ⌚ Launching browser: https://localhost:5001/"));
30+
Assert.Contains(App.Process.Output, line => line.Contains("dotnet watch ⌚ Launching browser: https://localhost:5001"));
3131
}
3232

3333
[Fact]

0 commit comments

Comments
 (0)