Skip to content

Commit

Permalink
fix master
Browse files Browse the repository at this point in the history
  • Loading branch information
rducom committed Nov 9, 2018
1 parent 2766341 commit 76c7528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Rdd.Domain/Rdd.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.*" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="2.1.*" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="2.1.1" />
<PackageReference Include="NExtends" Version="2.2.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion test/Rdd.Web.Tests/IntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public async void MailAdressFiltersShouldWork()
{
await RunCodeInsideIsolatedDatabaseAsync(async (context) =>
{
var unitOfWork = new UnitOfWork(context, null);
var unitOfWork = new UnitOfWork(context);
var storage = new EFStorageService(context);
var repo = new UsersRepository(storage, _fixture.RightsService);
var collection = new UsersCollection(repo, _fixture.PatcherProvider, _fixture.Instanciator);
Expand Down

0 comments on commit 76c7528

Please sign in to comment.