aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/TokenUnitTest.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-08-11 15:36:06 +0800
committer杨宇千 <crupest@outlook.com>2019-08-11 15:36:06 +0800
commit39cadb8c493ad66bb472b119eb63146db8e58701 (patch)
treebe449d09ef9072ab6add60e909d0674cf7f95754 /Timeline.Tests/TokenUnitTest.cs
parent4d15f7d696825f332884bb23e67760d6d1f5a736 (diff)
downloadtimeline-39cadb8c493ad66bb472b119eb63146db8e58701.tar.gz
timeline-39cadb8c493ad66bb472b119eb63146db8e58701.tar.bz2
timeline-39cadb8c493ad66bb472b119eb63146db8e58701.zip
Clean code.
Diffstat (limited to 'Timeline.Tests/TokenUnitTest.cs')
-rw-r--r--Timeline.Tests/TokenUnitTest.cs4
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
{