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 f729e8f commit ee88fb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/PostalRegistry.Tests/FakeIdempotencyContextFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ 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 ee88fb8

Please sign in to comment.