Skip to content

Commit ab6fa7d

Browse files
committed
Missing newline
1 parent e757dee commit ab6fa7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/docs/getting-started/v3/microsoft-testing-platform.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ xUnit.net v3 In-Process Runner v3.1.0+03a071627b (64-bit .NET 8.0.20)
5959
UnitTest1.cs(28,0): at MyFirstUnitTests.UnitTest1.MyFirstTheory(Int32 value)
6060
Finished: MyFirstUnitTests (ID = '80800e0af62d4c98efccd4ccc97bc5732c1c4655418cf54e297426d4f586eeff')
6161
=== TEST EXECUTION SUMMARY ===
62-
MyFirstUnitTests Total: 5, Errors: 0, Failed: 2, Skipped: 0, Not Run: 0, Time: 0.064s```
62+
MyFirstUnitTests Total: 5, Errors: 0, Failed: 2, Skipped: 0, Not Run: 0, Time: 0.064s
63+
```
6364

6465
If you want to replace the xUnit.net native command line experience with the Microsoft Testing Platform command line experience, add the following property to your project file (.csproj/.fsproj/.vbproj):
6566

0 commit comments

Comments
 (0)