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/Controllers/PersonalTimelineControllerTest.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/Controllers/PersonalTimelineControllerTest.cs')
-rw-r--r-- | Timeline.Tests/Controllers/PersonalTimelineControllerTest.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline.Tests/Controllers/PersonalTimelineControllerTest.cs b/Timeline.Tests/Controllers/PersonalTimelineControllerTest.cs index 819017c2..372ba8a7 100644 --- a/Timeline.Tests/Controllers/PersonalTimelineControllerTest.cs +++ b/Timeline.Tests/Controllers/PersonalTimelineControllerTest.cs @@ -15,7 +15,6 @@ using Timeline.Models.Http; using Timeline.Models.Validation;
using Timeline.Services;
using Timeline.Tests.Helpers;
-using Timeline.Tests.Helpers.Authentication;
using Xunit;
namespace Timeline.Tests.Controllers
|