Skip to content

Commit cb7a178

Browse files
authored
Update docs/core/testing/microsoft-testing-platform-vs-vstest.md
1 parent bd82ab0 commit cb7a178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/microsoft-testing-platform-vs-vstest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can also go to Preview Features options in Visual Studio and deselect the "U
5353

5454
## Executables
5555

56-
VSTest ships multiple executables, notably `vstest.console.exe`, `testhost.exe`, and `datacollector.exe`. However, MSTest is embedded directly into your test project and doesn't ship any other executables. The executable your test project compiles to is used to host all the testing tools and carry out all the tasks needed to run tests.
56+
VSTest ships multiple executables, notably `vstest.console.exe`, `testhost.exe`, and `datacollector.exe`. However, Microsoft.Testing.Platform is embedded directly into your test project and doesn't ship any other executables. The executable your test project compiles to is used to host all the testing tools and carry out all the tasks needed to run tests.
5757

5858
## See also
5959

0 commit comments

Comments
 (0)