Skip to content

Commit 2664e9f

Browse files
authored
Update mstest0025.md (dotnet#41730)
1 parent cfd62a4 commit 2664e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/mstest-analyzers/mstest0025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Overall, using `Assert.Fail` promotes clarity, documentation, and maintainabilit
3939

4040
## How to fix violations
4141

42-
Ensure that calls to `Assert.IsTrue`, `Assert.IsFalse`, `Assert.AreEqual`, `Assert.AreNotEqual` or `Assert.IsNotNull` are not producing always-failing conditions.
42+
Ensure that calls to `Assert.IsTrue`, `Assert.IsFalse`, `Assert.AreEqual`, `Assert.AreNotEqual`, `Assert.IsNull` or `Assert.IsNotNull` are not producing always-failing conditions.
4343

4444
## When to suppress warnings
4545

0 commit comments

Comments
 (0)