From f2a0ea6a214eee79ef49f253e86c646f541fcacc Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Thu, 13 Aug 2015 11:34:38 -0700 Subject: [PATCH] React to HttpContextAccessor change --- test/MusicStore.Test/ManageControllerTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MusicStore.Test/ManageControllerTest.cs b/test/MusicStore.Test/ManageControllerTest.cs index c8149b7a83..89bb140045 100644 --- a/test/MusicStore.Test/ManageControllerTest.cs +++ b/test/MusicStore.Test/ManageControllerTest.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Security.Claims; using System.Threading.Tasks; -using Microsoft.AspNet.Hosting; +using Microsoft.AspNet.Http; using Microsoft.AspNet.Http.Features.Authentication; using Microsoft.AspNet.Http.Features.Authentication.Internal; using Microsoft.AspNet.Http.Internal;