We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2baedad commit 26a4701Copy full SHA for 26a4701
1 file changed
test/Services/UnitTest/Account/AccountControllerTest.cs
@@ -1,16 +1,9 @@
1
-using Microsoft.AspNetCore.Authentication;
2
-using Microsoft.AspNetCore.Http;
+using Microsoft.AspNetCore.Http;
3
using Microsoft.AspNetCore.Http.Authentication;
4
using Microsoft.AspNetCore.Mvc;
5
using Microsoft.eShopOnContainers.WebMVC.Controllers;
6
-using Microsoft.eShopOnContainers.WebMVC.Services;
7
-using Microsoft.eShopOnContainers.WebMVC.ViewModels;
8
using Moq;
9
-using System;
10
-using System.Collections.Generic;
11
using System.Security.Claims;
12
-using System.Text;
13
-using System.Threading.Tasks;
14
using Xunit;
15
16
namespace UnitTest.Account
0 commit comments