Skip to content

Commit 9658326

Browse files
committed
Fix
1 parent eb3e0f7 commit 9658326

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
@@ -43,7 +43,7 @@ public async Task UsesBrowserSpecifiedInEnvironment()
4343
await App.AssertOutputLineStartsWith(MessageDescriptor.ConfiguredToLaunchBrowser);
4444

4545
// Verify we launched the browser.
46-
await App.AssertOutputLineStartsWith("dotnet watch ⌚ Launching browser: mycustombrowser.bat https://localhost:5001/");
46+
await App.AssertOutputLineStartsWith("dotnet watch ⌚ Launching browser: mycustombrowser.bat https://localhost:5001");
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)