Skip to content

Commit 3e0ed62

Browse files
committed
Tweak
1 parent 2fa21e2 commit 3e0ed62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Cohost/CohostRenameEndpointTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private async Task VerifyRenamesAsync(
198198
return;
199199
}
200200

201-
Assumes.NotNull(result);
201+
Assert.NotNull(result);
202202

203203
if (result.DocumentChanges.AssumeNotNull().TryGetSecond(out var changes))
204204
{

0 commit comments

Comments
 (0)