diff options
author | crupest <crupest@outlook.com> | 2019-04-22 14:45:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-22 14:45:52 +0800 |
commit | a2d8695d1e46d271bab40ea192afffee65f7538f (patch) | |
tree | 5dc7ed4618477fb695fc45d26984616ecd5fd74a /Timeline.Tests/Helpers/Authentication/AuthenticationExtensions.cs | |
parent | 0920d6ca8d8f92e612148aa1d3c4eaea5f407d94 (diff) | |
download | timeline-a2d8695d1e46d271bab40ea192afffee65f7538f.tar.gz timeline-a2d8695d1e46d271bab40ea192afffee65f7538f.tar.bz2 timeline-a2d8695d1e46d271bab40ea192afffee65f7538f.zip |
Move http models in to a new namespace. Revert last commit.
Diffstat (limited to 'Timeline.Tests/Helpers/Authentication/AuthenticationExtensions.cs')
-rw-r--r-- | Timeline.Tests/Helpers/Authentication/AuthenticationExtensions.cs | 2 |
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 |