diff options
author | crupest <crupest@outlook.com> | 2021-01-07 20:14:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 20:14:55 +0800 |
commit | 8efb9dc9bec7e52aa76a741d820bdeaf9eb45fec (patch) | |
tree | 73a1baa078fa7a38dcdbdd38620bba0ef6a1298f /BackEnd/Timeline.Tests/IntegratedTests/HighlightTimelineTest.cs | |
parent | d3c9d0a9335ac6df3e330172b1b1a8a219cbdbaf (diff) | |
parent | 97e6ac51ac4df58cd1229e7974d2b846b192558a (diff) | |
download | timeline-8efb9dc9bec7e52aa76a741d820bdeaf9eb45fec.tar.gz timeline-8efb9dc9bec7e52aa76a741d820bdeaf9eb45fec.tar.bz2 timeline-8efb9dc9bec7e52aa76a741d820bdeaf9eb45fec.zip |
Merge pull request #203 from crupest/back-dev
refactor: Make mapper a service. Fix #202.
Diffstat (limited to 'BackEnd/Timeline.Tests/IntegratedTests/HighlightTimelineTest.cs')
-rw-r--r-- | BackEnd/Timeline.Tests/IntegratedTests/HighlightTimelineTest.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BackEnd/Timeline.Tests/IntegratedTests/HighlightTimelineTest.cs b/BackEnd/Timeline.Tests/IntegratedTests/HighlightTimelineTest.cs index 63f40a1e..a3f2855e 100644 --- a/BackEnd/Timeline.Tests/IntegratedTests/HighlightTimelineTest.cs +++ b/BackEnd/Timeline.Tests/IntegratedTests/HighlightTimelineTest.cs @@ -1,7 +1,5 @@ using FluentAssertions;
-using System;
using System.Collections.Generic;
-using System.Linq;
using System.Threading.Tasks;
using Timeline.Models.Http;
using Xunit;
|