diff options
author | crupest <crupest@outlook.com> | 2021-01-31 16:07:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-31 16:07:07 +0800 |
commit | 104c453b93b22f083b9cef53aa579070c037b777 (patch) | |
tree | 636e8869c8cecdbc89f7b037b1b271861c98dcb6 /BackEnd/Timeline.Tests | |
parent | 646b904dec11f59fe8c3a178b9dea735cdf31175 (diff) | |
download | timeline-104c453b93b22f083b9cef53aa579070c037b777.tar.gz timeline-104c453b93b22f083b9cef53aa579070c037b777.tar.bz2 timeline-104c453b93b22f083b9cef53aa579070c037b777.zip |
...
Diffstat (limited to 'BackEnd/Timeline.Tests')
-rw-r--r-- | BackEnd/Timeline.Tests/IntegratedTests/SearchTest.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BackEnd/Timeline.Tests/IntegratedTests/SearchTest.cs b/BackEnd/Timeline.Tests/IntegratedTests/SearchTest.cs index 4979224f..7782ed82 100644 --- a/BackEnd/Timeline.Tests/IntegratedTests/SearchTest.cs +++ b/BackEnd/Timeline.Tests/IntegratedTests/SearchTest.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;
|