Skip to content

Commit 0f4b32f

Browse files
authored
Update mstest0016.md (#43030)
1 parent b20c5b2 commit 0f4b32f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ A test class should have a test method.
3030

3131
## Rule description
3232

33-
A test class should have at least one test method or be `static` and have methods that are attributed with `[AssemblyInitialization]` or `[AssemblyCleanup]`.
33+
A test class should have at least one test method or be `static` and have methods that are attributed with `[AssemblyInitialize]` or `[AssemblyCleanup]`.
3434

3535
## How to fix violations
3636

37-
Ensure that the test class has a test method or is `static` and has methods attributed with `[AssemblyInitialization]` or `[AssemblyCleanup]`.
37+
Ensure that the test class has a test method or is `static` and has methods attributed with `[AssemblyInitialize]` or `[AssemblyCleanup]`.
3838

3939
## When to suppress warnings
4040

0 commit comments

Comments
 (0)