Skip to content

Commit 2fa2452

Browse files
papplebydesplesda
authored andcommitted
Go back to original unit test change; don't think pipeline failure is related
1 parent 6b43c22 commit 2fa2452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

YarnSpinner.LanguageServer.Tests/HoverTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public async Task Server_OnHoverCommands_GivesInfo()
7979

8080

8181
// Then
82+
Assert.NotNull(hoverResult);
8283
hoverResult?.Contents.MarkedStrings?.ElementAt(0).Language.Should().Be("text");
8384
hoverResult?.Contents.MarkedStrings?.ElementAt(0).Value.Should().Be("instance_command_no_params");
8485

0 commit comments

Comments
 (0)