Skip to content

Commit b1e8bcf

Browse files
committed
Fixed benchmark
1 parent ca4e916 commit b1e8bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/EntityFrameworkCore.Triggered.Benchmarks/EmbracingFeaturesBenchmarks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void GlobalSetup()
2323
options
2424
.UseInMemoryDatabase(nameof(WithDbContext));
2525
})
26-
.AddDbContext<TriggeredApplicationContext>(options => {
26+
.AddTriggeredDbContext<TriggeredApplicationContext>(options => {
2727
options
2828
.UseInMemoryDatabase(nameof(WithTriggeredDbContext))
2929
.UseTriggers();

0 commit comments

Comments
 (0)