Skip to content

Commit 33eb9b9

Browse files
committed
chore: adjust update content
1 parent f3991ce commit 33eb9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public async Task HandleMissingAssemblyFailure()
108108
await App.WaitForSessionStarted();
109109

110110
var newSrc = /* lang=c#-test */"""
111-
class DepSubType : Dep
111+
class DepSubType : Dep.DepType
112112
{
113113
int F() => 2;
114114
}

0 commit comments

Comments
 (0)