From cd0a063dde4c71cf83d323a24a88a438a5f15cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Thu, 25 Jul 2024 09:11:28 +0200 Subject: [PATCH] Update docs/core/testing/unit-testing-mstest-writing-tests-attributes.md Co-authored-by: David Pine --- .../testing/unit-testing-mstest-writing-tests-attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md b/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md index 137ed16caaaab..cfa11cc0e93b0 100644 --- a/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md +++ b/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md @@ -42,7 +42,7 @@ public class MyTestClass } ``` -### TestMethodAttribute +### `TestMethodAttribute` The [TestMethod]() attribute is used inside a `TestClass` to define the actual test method to run.