Skip to content
Prev Previous commit
Next Next commit
fix: correct logging format in RunWithFailureLogging method
  • Loading branch information
thomhurst committed Oct 6, 2025
commit 57382f9c5663515a7a1eec74d92292d6e961d139
2 changes: 1 addition & 1 deletion TUnit.Engine.Tests/InvokableTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private async Task RunWithFailureLogging(Command command, string trxFilename, Li
@$"Output: {commandResult?.StandardOutput}"

Expression: {assertionExpression}
""", e);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this change introduced here?

""");
}
}
}
Expand Down
Loading