From d0132263b22b1f84fe51b87c8f271f055f176f34 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 18 Jun 2020 22:36:00 +0800 Subject: Clean codes. --- Timeline.Tests/Services/TimelineServiceTest.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Timeline.Tests/Services/TimelineServiceTest.cs b/Timeline.Tests/Services/TimelineServiceTest.cs index 4f081b5d..cde827db 100644 --- a/Timeline.Tests/Services/TimelineServiceTest.cs +++ b/Timeline.Tests/Services/TimelineServiceTest.cs @@ -1,6 +1,4 @@ -using Castle.Core.Logging; -using FluentAssertions; -using FluentAssertions.Xml; +using FluentAssertions; using Microsoft.Extensions.Logging.Abstractions; using System; using System.Collections.Generic; @@ -16,7 +14,7 @@ namespace Timeline.Tests.Services { public class TimelineServiceTest : IAsyncLifetime, IDisposable { - private TestDatabase _testDatabase = new TestDatabase(); + private readonly TestDatabase _testDatabase = new TestDatabase(); private DatabaseContext _databaseContext; -- cgit v1.2.3