diff options
author | crupest <crupest@outlook.com> | 2022-04-21 23:04:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-21 23:04:10 +0800 |
commit | 14234ef07e0ab7e019b82eacd054f6415575c55d (patch) | |
tree | cb2379e2cb5a972450ceb30a59eb6bf5226c659a /BackEnd/Timeline.Tests | |
parent | 56cd10828f090b4526196d012b0c2efb5033aced (diff) | |
download | timeline-14234ef07e0ab7e019b82eacd054f6415575c55d.tar.gz timeline-14234ef07e0ab7e019b82eacd054f6415575c55d.tar.bz2 timeline-14234ef07e0ab7e019b82eacd054f6415575c55d.zip |
...
Diffstat (limited to 'BackEnd/Timeline.Tests')
-rw-r--r-- | BackEnd/Timeline.Tests/IntegratedTests2/IntegratedTestBase.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BackEnd/Timeline.Tests/IntegratedTests2/IntegratedTestBase.cs b/BackEnd/Timeline.Tests/IntegratedTests2/IntegratedTestBase.cs index cf2e8a64..574c8a5f 100644 --- a/BackEnd/Timeline.Tests/IntegratedTests2/IntegratedTestBase.cs +++ b/BackEnd/Timeline.Tests/IntegratedTests2/IntegratedTestBase.cs @@ -1,5 +1,4 @@ using System;
-using System.Net; using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.AspNetCore.TestHost;
|