-
Using TUnit@0.3.34, when a test fails the message is repeated several times in VS2022 17.12.1 Pro and the message + stacktrace is repeated running from the dotnet cli. Sample test public sealed class SampleTests
{
[Test]
public async Task simple_input_is_added_to_existing_json_and_outputs_valid_json()
{
string empty = "";
await Assert.That(empty).IsNotEmpty();
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
thomhurst
Nov 22, 2024
Replies: 2 comments 1 reply
-
Yeah this should be fixed in the next update, hopefully tomorrow |
Beta Was this translation helpful? Give feedback.
0 replies
-
Should be fixed in 0.3.43 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
forrestab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be fixed in 0.3.43