Skip to content

Commit 71fc88f

Browse files
committed
Update docs/core/testing/unit-testing-mstest-writing-tests.md
1 parent f9bb6e4 commit 71fc88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/unit-testing-mstest-writing-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MSTest uses custom attributes to identify and customize tests.
1717
To help provide a clearer overview of the testing framework, this section organizes the members of the <xref:Microsoft.VisualStudio.TestTools.UnitTesting> namespace into groups of related functionality.
1818

1919
> [!NOTE]
20-
> Attribute elements, whose names end with "Attribute", can be used with or without "Attribute" at the end. Attributes that have parameterless constructor, can be written with or without parenthesis.
20+
> Attribute elements, whose names end with "Attribute", can be used with or without "Attribute" at the end. Attributes that have parameterless constructor, can be written with or without parenthesis.
2121
> The following code examples work identically:
2222
>
2323
> `[TestClass()]`

0 commit comments

Comments
 (0)