Fix system plugins resource loading

This commit is contained in:
Kukks
2021-07-08 12:53:34 +02:00
parent 4bb3d60b6c
commit 060fc46e4f
3 changed files with 21 additions and 15 deletions

View File

@@ -20,6 +20,7 @@ namespace BTCPayServer.Plugins.Test.Services
await using var context = _testPluginDbContextFactory.CreateContext();
await context.TestPluginRecords.AddAsync(new TestPluginData() {Timestamp = DateTimeOffset.UtcNow});
await context.SaveChangesAsync();
}