Skip to content

Commit

Permalink
fix: style to trigger bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Aug 21, 2024
1 parent aeafd42 commit da1017f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/PostalRegistry.Tests/FakeIdempotencyContextFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public IdempotencyContext CreateDbContext(params string[] args)
var tableInfo = new IdempotencyTableInfo("dbo");

optionsBuilder.UseInMemoryDatabase(Guid.NewGuid().ToString());

return new IdempotencyContext(optionsBuilder.Options, tableInfo);
}
}
Expand Down

0 comments on commit da1017f

Please sign in to comment.