From 79673878b5427bbedbc4ff4323dce3958d307b49 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 13 Nov 2020 16:17:17 +0800 Subject: Run code clean. --- BackEnd/Timeline.Tests/Helpers/TestApplication.cs | 1 - BackEnd/Timeline.Tests/Helpers/TestClock.cs | 3 --- 2 files changed, 4 deletions(-) (limited to 'BackEnd/Timeline.Tests/Helpers') diff --git a/BackEnd/Timeline.Tests/Helpers/TestApplication.cs b/BackEnd/Timeline.Tests/Helpers/TestApplication.cs index 684ffe2c..33d8b318 100644 --- a/BackEnd/Timeline.Tests/Helpers/TestApplication.cs +++ b/BackEnd/Timeline.Tests/Helpers/TestApplication.cs @@ -1,6 +1,5 @@ using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; -using Microsoft.Data.Sqlite; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/BackEnd/Timeline.Tests/Helpers/TestClock.cs b/BackEnd/Timeline.Tests/Helpers/TestClock.cs index 34adb245..a04a3eb6 100644 --- a/BackEnd/Timeline.Tests/Helpers/TestClock.cs +++ b/BackEnd/Timeline.Tests/Helpers/TestClock.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; using Timeline.Services; namespace Timeline.Tests.Helpers -- cgit v1.2.3