mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
8d31f98b35
commit
c70f7d25cb
2 changed files with 2 additions and 1 deletions
|
|
@ -29,6 +29,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\FilterLists.Api\FilterLists.Api.csproj" />
|
||||
<ProjectReference Include="..\..\src\FilterLists.Data\FilterLists.Data.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ public async void SeedOrUpdateAsync_DoesNotThrowException()
|
|||
}
|
||||
|
||||
await context.Database.MigrateAsync();
|
||||
await SeedFilterListsDbContext.SeedOrUpdateAsync(context, "../../../../../../../../data");
|
||||
await SeedFilterListsDbContext.SeedOrUpdateAsync(context, "../../../../../data");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue