diff options
author | crupest <crupest@outlook.com> | 2019-11-20 00:28:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-11-20 00:28:53 +0800 |
commit | ed8bae9cf7fd22300678d718cfee1913209f2cd0 (patch) | |
tree | 55eaf43bda897148b0fa8a65406e7289aed3832e /Timeline.Tests/Helpers/TestApplication.cs | |
parent | 0ff98dd9274485994b11d9d00f4b647a5f2d42ac (diff) | |
download | timeline-ed8bae9cf7fd22300678d718cfee1913209f2cd0.tar.gz timeline-ed8bae9cf7fd22300678d718cfee1913209f2cd0.tar.bz2 timeline-ed8bae9cf7fd22300678d718cfee1913209f2cd0.zip |
Clean and refactor tests.
Diffstat (limited to 'Timeline.Tests/Helpers/TestApplication.cs')
-rw-r--r-- | Timeline.Tests/Helpers/TestApplication.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Timeline.Tests/Helpers/TestApplication.cs b/Timeline.Tests/Helpers/TestApplication.cs index 5862f452..a624da6b 100644 --- a/Timeline.Tests/Helpers/TestApplication.cs +++ b/Timeline.Tests/Helpers/TestApplication.cs @@ -1,10 +1,8 @@ using Microsoft.AspNetCore.Mvc.Testing;
-using Microsoft.Data.Sqlite;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using System;
using Timeline.Entities;
-using Timeline.Tests.Mock.Data;
namespace Timeline.Tests.Helpers
{
|