Skip to content

Commit 6b43c22

Browse files
papplebydesplesda
authored andcommitted
check if it's really xunit causing issues
1 parent 3aca4b2 commit 6b43c22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

YarnSpinner.LanguageServer.Tests/HoverTests.cs

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

8080

8181
// Then
82-
(hoverResult?.ToString() ?? string.Empty).Should().NotBeEmpty();
8382
hoverResult?.Contents.MarkedStrings?.ElementAt(0).Language.Should().Be("text");
8483
hoverResult?.Contents.MarkedStrings?.ElementAt(0).Value.Should().Be("instance_command_no_params");
8584

0 commit comments

Comments
 (0)