diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-11 15:36:06 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-11 15:36:06 +0800 |
commit | ec3743db2079e88a184c49564a7f46bbddf4b03e (patch) | |
tree | be449d09ef9072ab6add60e909d0674cf7f95754 /Timeline.Tests/TokenUnitTest.cs | |
parent | 26392cdd2028eff2132948d5cc5e36e08a2d69a9 (diff) | |
download | timeline-ec3743db2079e88a184c49564a7f46bbddf4b03e.tar.gz timeline-ec3743db2079e88a184c49564a7f46bbddf4b03e.tar.bz2 timeline-ec3743db2079e88a184c49564a7f46bbddf4b03e.zip |
Clean code.
Diffstat (limited to 'Timeline.Tests/TokenUnitTest.cs')
-rw-r--r-- | Timeline.Tests/TokenUnitTest.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Timeline.Tests/TokenUnitTest.cs b/Timeline.Tests/TokenUnitTest.cs index 86f51c0b..b5d8a2c8 100644 --- a/Timeline.Tests/TokenUnitTest.cs +++ b/Timeline.Tests/TokenUnitTest.cs @@ -1,8 +1,7 @@ +using FluentAssertions;
using Microsoft.AspNetCore.Mvc.Testing;
using Microsoft.Extensions.DependencyInjection;
-using Newtonsoft.Json;
using System;
-using System.Net;
using System.Net.Http;
using Timeline.Controllers;
using Timeline.Models.Http;
@@ -13,7 +12,6 @@ using Timeline.Tests.Mock.Data; using Timeline.Tests.Mock.Services;
using Xunit;
using Xunit.Abstractions;
-using FluentAssertions;
namespace Timeline.Tests
{
|