Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed Feb 17, 2023
1 parent 4be67a1 commit 752dfa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public async Task It_can_connect_and_query_data()
e.FormattedValues.Any(f => f.MimeType == HtmlFormatter.MimeType));
}

[Fact]
[KqlFact]
public async Task It_does_not_add_a_kernel_on_connection_failure()
{
var cluster = KqlFactAttribute.GetClusterForTests();
Expand Down

0 comments on commit 752dfa7

Please sign in to comment.