Skip to content

Commit

Permalink
Update docs/core/testing/unit-testing-mstest-migration-from-v1-to-v3.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Pine <[email protected]>
  • Loading branch information
engyebrahim and IEvangelist authored Nov 11, 2024
1 parent 153210f commit 4d8a4e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can update your project to MSTest v3 in one of two ways:

Choose the option that best suits your project setup. Both methods ensure your project is upgraded to use MSTest v3.

### 3. Update Your Code
### 3. Update your code

- **Assert.AreEqual/AreNotEqual or Assert.AreSame/AreNotSame (with object)**
If one of these assertions causes errors, we recommend verifying that the types being compared are compatible. If they are, consider adding explicit generic typing to resolve the issue.
Expand Down

0 comments on commit 4d8a4e0

Please sign in to comment.