Just some more async changes

This commit is contained in:
tidusjar 2016-06-09 16:59:35 +01:00
commit 5bf557658d
9 changed files with 96 additions and 96 deletions

View file

@ -46,7 +46,6 @@ using PlexRequests.UI.Modules;
namespace PlexRequests.UI.Tests
{
[TestFixture]
//[Ignore("Needs some work")]
public class UserLoginModuleTests
{
private Mock<ISettingsService<AuthenticationSettings>> AuthMock { get; set; }