Skip to content

Commit

Permalink
Use AbpUnitTestSqliteConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Jul 25, 2024
1 parent a3016f5 commit 466c0e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public override void ConfigureServices(ServiceConfigurationContext context)

private static SqliteConnection CreateDatabaseAndGetConnection()
{
var connection = new SqliteConnection("Data Source=:memory:");
var connection = new AbpUnitTestSqliteConnection("Data Source=:memory:");
connection.Open();

new DynamicFormDbContext(
Expand Down

0 comments on commit 466c0e7

Please sign in to comment.