Fixed the unit tests and they will now break the build if they fail

This commit is contained in:
tidusjar 2020-06-16 22:45:45 +01:00
commit 9e945b9083
6 changed files with 31 additions and 7 deletions

View file

@ -3,7 +3,6 @@ using MockQueryable.Moq;
using Moq;
using Ombi.Core.Authentication;
using Ombi.Store.Entities;
using System;
using System.Collections.Generic;
using System.Linq;

View file

@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.2.0" />
<PackageReference Include="Moq" Version="4.10.0" />
<PackageReference Include="MockQueryable.Moq" Version="1.1.0" />
<PackageReference Include="MockQueryable.Moq" Version="3.1.3" />
</ItemGroup>
<ItemGroup>