Skip to content

Commit c6f413c

Browse files
committed
Fixed unit test for V1
1 parent 7cea36b commit c6f413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/EntityFrameworkCore.Triggered.Extensions.Tests/ServiceCollectionExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class TestModel
3131
public int Id { get; set; }
3232
}
3333

34-
public class TestDbContext : DbContext
34+
public class TestDbContext : TriggeredDbContext
3535
{
3636
public TestDbContext(DbContextOptions options)
3737
: base(options)

0 commit comments

Comments
 (0)