Skip to content

Commit

Permalink
chore: Suppress xUnit1026
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jul 23, 2023
1 parent 3c04b77 commit 784749d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bunit.web.tests/Asserting/MarkupMatchesTests.razor
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
cut.WaitForAssertion(() => cut.MarkupMatches(@<span>done</span>));
}

[SuppressMessage("Usage", "xUnit1026:Theory method does not use parameter")]
[Theory]
[Repeat(2)]
public void MarkupMatchesShouldNotBeBlockedByRendererComplex(int repeatCount)
Expand Down

0 comments on commit 784749d

Please sign in to comment.