Skip to content

Commit 26a4701

Browse files
author
Ramón Tomás
committed
Fix Account Controller unittest
1 parent 2baedad commit 26a4701

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

test/Services/UnitTest/Account/AccountControllerTest.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
using Microsoft.AspNetCore.Authentication;
2-
using Microsoft.AspNetCore.Http;
1+
using Microsoft.AspNetCore.Http;
32
using Microsoft.AspNetCore.Http.Authentication;
43
using Microsoft.AspNetCore.Mvc;
54
using Microsoft.eShopOnContainers.WebMVC.Controllers;
6-
using Microsoft.eShopOnContainers.WebMVC.Services;
7-
using Microsoft.eShopOnContainers.WebMVC.ViewModels;
85
using Moq;
9-
using System;
10-
using System.Collections.Generic;
116
using System.Security.Claims;
12-
using System.Text;
13-
using System.Threading.Tasks;
147
using Xunit;
158

169
namespace UnitTest.Account

0 commit comments

Comments
 (0)