Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Oct 9, 2024
1 parent 438f9b3 commit e3de83c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ public virtual void TearDown()
return;


TestContext.WriteLine("{0}: {1}", status, TestContext.CurrentContext.Test.FullName);
TestContext.Out.WriteLine("{0}: {1}", status, TestContext.CurrentContext.Test.FullName);

foreach (var log in loggerForTestCase.Logs) {
TestContext.WriteLine(log);
TestContext.Out.WriteLine(log);
}
}

Expand Down

0 comments on commit e3de83c

Please sign in to comment.