Skip to content

Commit

Permalink
Update docs/core/testing/mstest-analyzers/mstest0037.md
Browse files Browse the repository at this point in the history
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
Youssef1313 and gewarren authored Nov 19, 2024
1 parent 96e8812 commit 0f2548e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/testing/mstest-analyzers/mstest0037.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ There are multiple cases where you get this warning:

Using `Assert.IsNull(<expression>)` or `Assert.IsNotNull<expression>` is a better alternative.

In many cases, the better alternative provides better messages when they fail and are also easier to read.
In many cases, the better alternatives provide better messages when they fail and are also easier to read.

## How to fix violations

Expand Down

0 comments on commit 0f2548e

Please sign in to comment.