You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test actually passes though, and you can see this by running dotnet test:
It seems like something about "Something error:" being in the test "name" (data tests have the data in the names by default) which is causing something to interpret the console spew as an error.
To repro:
Then add this test:
Output:
The test actually passes though, and you can see this by running
dotnet test
:It seems like something about "Something error:" being in the test "name" (data tests have the data in the names by default) which is causing something to interpret the console spew as an error.
@novacole
The text was updated successfully, but these errors were encountered: