From 5790142f81f2a94ad073834b1534acbf9b02ea3c Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Fri, 25 Oct 2019 18:36:02 +0800 Subject: Add NeutralResourcesLanguage. Conform to best practices. --- Timeline.Tests/Controllers/UserControllerTest.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Timeline.Tests/Controllers/UserControllerTest.cs') diff --git a/Timeline.Tests/Controllers/UserControllerTest.cs b/Timeline.Tests/Controllers/UserControllerTest.cs index 781ec111..a9cce970 100644 --- a/Timeline.Tests/Controllers/UserControllerTest.cs +++ b/Timeline.Tests/Controllers/UserControllerTest.cs @@ -27,9 +27,7 @@ namespace Timeline.Tests.Controllers public UserControllerTest() { - _controller = new UserController(NullLogger.Instance, - _mockUserService.Object, - TestStringLocalizerFactory.Create()); + _controller = new UserController(NullLogger.Instance, _mockUserService.Object); } public void Dispose() -- cgit v1.2.3