mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed the unit tests and they will now break the build if they fail
This commit is contained in:
parent
abf4a424b3
commit
9e945b9083
6 changed files with 31 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue