aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Helpers
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-22 14:45:52 +0800
committercrupest <crupest@outlook.com>2019-04-22 14:45:52 +0800
commit407f97db0be86aa071802b67bfdeadc7703528c9 (patch)
tree5dc7ed4618477fb695fc45d26984616ecd5fd74a /Timeline.Tests/Helpers
parente347b4a4092a24ff7106ffd3aca67d6ca7decca8 (diff)
downloadtimeline-407f97db0be86aa071802b67bfdeadc7703528c9.tar.gz
timeline-407f97db0be86aa071802b67bfdeadc7703528c9.tar.bz2
timeline-407f97db0be86aa071802b67bfdeadc7703528c9.zip
Move http models in to a new namespace. Revert last commit.
Diffstat (limited to 'Timeline.Tests/Helpers')
-rw-r--r--Timeline.Tests/Helpers/Authentication/AuthenticationExtensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline.Tests/Helpers/Authentication/AuthenticationExtensions.cs b/Timeline.Tests/Helpers/Authentication/AuthenticationExtensions.cs
index 40191009..cda9fe99 100644
--- a/Timeline.Tests/Helpers/Authentication/AuthenticationExtensions.cs
+++ b/Timeline.Tests/Helpers/Authentication/AuthenticationExtensions.cs
@@ -4,7 +4,7 @@ using System;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
-using Timeline.Entities;
+using Timeline.Entities.Http;
using Xunit;
namespace Timeline.Tests.Helpers.Authentication