Skip to content

Commit c196f57

Browse files
authored
Update unit-testing-mstest-migration-from-v1-to-v3.md
1 parent f7d4f67 commit c196f57

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
@@ -97,7 +97,7 @@ Choose the option that best suits your project setup. Both methods ensure your p
9797

9898
- **Replace Deprecated Methods**: Update deprecated methods to newer versions.
9999

100-
- **Assert.AreEqual/AreNotEqual or Assert.AreSame/AreNotSame (with object)** → Use generic versions.
100+
- **Assert.AreEqual/AreNotEqual (with object)** → Use generic versions.
101101

102102
- **Before** (deprecated):
103103

0 commit comments

Comments
 (0)