diff options
author | crupest <crupest@outlook.com> | 2020-03-10 19:37:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-10 19:37:58 +0800 |
commit | 95be9f58b7cf76f1c585791447e8393d61862e1c (patch) | |
tree | b9165a233b00c4ab5be47f0ce786b64c178a9fdf /Timeline.Tests/IntegratedTests/TokenTest.cs | |
parent | 88232f85e69a5e4b390e73344b31372746d4adca (diff) | |
download | timeline-95be9f58b7cf76f1c585791447e8393d61862e1c.tar.gz timeline-95be9f58b7cf76f1c585791447e8393d61862e1c.tar.bz2 timeline-95be9f58b7cf76f1c585791447e8393d61862e1c.zip |
...
Diffstat (limited to 'Timeline.Tests/IntegratedTests/TokenTest.cs')
-rw-r--r-- | Timeline.Tests/IntegratedTests/TokenTest.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline.Tests/IntegratedTests/TokenTest.cs b/Timeline.Tests/IntegratedTests/TokenTest.cs index 928d546c..7b28746f 100644 --- a/Timeline.Tests/IntegratedTests/TokenTest.cs +++ b/Timeline.Tests/IntegratedTests/TokenTest.cs @@ -4,6 +4,7 @@ using Microsoft.Extensions.DependencyInjection; using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;
+using Timeline.Models;
using Timeline.Models.Http;
using Timeline.Services;
using Timeline.Tests.Helpers;
|