diff --git a/docs/core/testing/mstest-analyzers/mstest0037.md b/docs/core/testing/mstest-analyzers/mstest0037.md index 0a93f85b6b712..d6a0d16db8849 100644 --- a/docs/core/testing/mstest-analyzers/mstest0037.md +++ b/docs/core/testing/mstest-analyzers/mstest0037.md @@ -56,4 +56,4 @@ Use the better alternative method. ## When to suppress warnings -You usually don't want to suppress warnings from this rule. +If the assert is intended to verify the behavior of a user-defined operator, you can and should suppress the warning.