Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Jan 19, 2025
1 parent 3dca00a commit 7a3e8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dotnet-watch.Tests/Watch/BrowserLaunchTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public async Task LaunchesBrowserOnStart()
Assert.Contains(App.Process.Output, line => line.Contains("Hosting environment: Development"));

// Verify we launched the browser.
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"));
}

[Fact]
Expand Down

0 comments on commit 7a3e8b1

Please sign in to comment.