Skip to content

Commit 1fac0b5

Browse files
authored
Update unit-testing-mstest-migration-from-v1-to-v3.md
fix
1 parent d17b0d7 commit 1fac0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/unit-testing-mstest-migration-from-v1-to-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public void TestMethod() { ... }
178178
[TestMethod]
179179
[Timeout(2000)] // Verify this value still works under MSTest v3
180180
public async Task TestMethod() { ... }
181-
181+
```
182182
---
183183
184184
## Configuration Changes

0 commit comments

Comments
 (0)