From b10261186393aacf6cf07491d322f0224c94158f Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 15 May 2021 22:31:59 +0800 Subject: test: Use xunit logging output. --- BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs') diff --git a/BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs b/BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs index ab8f6f66..749b2cfd 100644 --- a/BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs +++ b/BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs @@ -53,11 +53,9 @@ namespace Timeline.Tests.IntegratedTests }; } - private readonly ITestOutputHelper _outputHelper; - - public TimelinePostTest(ITestOutputHelper outputHelper) + public TimelinePostTest(ITestOutputHelper testOutputHelper) : base(testOutputHelper) { - _outputHelper = outputHelper; + } [Theory] -- cgit v1.2.3