aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Timeline.Tests/AuthorizationUnitTest.cs2
-rw-r--r--Timeline.Tests/TokenUnitTest.cs4
-rw-r--r--Timeline.Tests/UserUnitTest.cs1
3 files changed, 2 insertions, 5 deletions
diff --git a/Timeline.Tests/AuthorizationUnitTest.cs b/Timeline.Tests/AuthorizationUnitTest.cs
index 3df4d0fd..6f52a12d 100644
--- a/Timeline.Tests/AuthorizationUnitTest.cs
+++ b/Timeline.Tests/AuthorizationUnitTest.cs
@@ -1,3 +1,4 @@
+using FluentAssertions;
using Microsoft.AspNetCore.Mvc.Testing;
using System.Net;
using System.Threading.Tasks;
@@ -5,7 +6,6 @@ using Timeline.Tests.Helpers;
using Timeline.Tests.Helpers.Authentication;
using Xunit;
using Xunit.Abstractions;
-using FluentAssertions;
namespace Timeline.Tests
{
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
{
diff --git a/Timeline.Tests/UserUnitTest.cs b/Timeline.Tests/UserUnitTest.cs
index 054d9caa..1f72000c 100644
--- a/Timeline.Tests/UserUnitTest.cs
+++ b/Timeline.Tests/UserUnitTest.cs
@@ -1,6 +1,5 @@
using FluentAssertions;
using Microsoft.AspNetCore.Mvc.Testing;
-using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Timeline.Controllers;