Skip to content

Commit 154aa73

Browse files
Update docs/core/testing/unit-testing-mstest-migration-from-v1-to-v3.md
Co-authored-by: Youssef Victor <[email protected]>
1 parent d929027 commit 154aa73

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
@@ -87,7 +87,7 @@ Remove the `Microsoft.VisualStudio.QualityTools.UnitTestFramework` reference fro
8787

8888
- **Test Initialization**: Use `TestInitialize` methods for async initialization.
8989
- **Cleanup**: Use `TestCleanup` methods or the `Dispose` pattern for cleanup.
90-
- **RunSettings**: The `.testsettings` file is no longer supported, meaning `<LegacySettings>` is also no longer available. Use [.runsettings](https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file?view=vs-2022) for test configuration.
90+
- **RunSettings**: The `.testsettings` file is no longer supported, meaning `<LegacySettings>` is also no longer available. Use [.runsettings](https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file) for test configuration.
9191
9292
---
9393

0 commit comments

Comments
 (0)