Skip to content

Commit 7f8db29

Browse files
committed
Write test output to helper instead of console
1 parent bc9bb43 commit 7f8db29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CoreRemoting.Tests/RpcTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ public void Missing_method_throws_RemoteInvocationException()
580580
Assert.NotNull(ex);
581581
Assert.Contains("Missing Method", ex.Message);
582582

583-
Console.WriteLine(_serverFixture.LastServerError);
583+
_testOutputHelper.WriteLine(_serverFixture.LastServerError.ToString());
584584
CheckServerErrorCount();
585585
}
586586

0 commit comments

Comments
 (0)