File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/dotnet-watch.Tests/HotReload Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -605,8 +605,8 @@ public async Task Aspire()
605
605
await App . AssertOutputLineStartsWith ( "dotnet watch 🔥 Hot reload change handled" ) ;
606
606
607
607
App . AssertOutputContains ( "Using Aspire process launcher." ) ;
608
- App . AssertOutputContains ( MessageDescriptor . HotReloadSucceeded , "WatchAspire.AppHost (net10.0 )" ) ;
609
- App . AssertOutputContains ( MessageDescriptor . HotReloadSucceeded , "WatchAspire.ApiService (net10.0 )" ) ;
608
+ App . AssertOutputContains ( MessageDescriptor . HotReloadSucceeded , $ "WatchAspire.AppHost ({ ToolsetInfo . CurrentTargetFramework } )") ;
609
+ App . AssertOutputContains ( MessageDescriptor . HotReloadSucceeded , $ "WatchAspire.ApiService ({ ToolsetInfo . CurrentTargetFramework } )") ;
610
610
611
611
// Only one browser should be launched (dashboard). The child process shouldn't launch a browser.
612
612
Assert . Equal ( 1 , App . Process . Output . Count ( line => line . StartsWith ( "dotnet watch ⌚ Launching browser: " ) ) ) ;
You can’t perform that action at this time.
0 commit comments