Skip to content

Commit

Permalink
[fix] parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Jan 14, 2024
1 parent f32cba4 commit 5cf3664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ public void InitializeFromConfigSqLiteInMemory_CorrectConfig_NoExceptions()
// Act

Fluently.Configure().InitializeFromConfigSqLiteInMemory(true);
Fluently.Configure().InitializeFromConfigSqLiteInMemory(true, c => c.Dialect<SQLiteDialect>());
Fluently.Configure().InitializeFromConfigSqLiteInMemory(true, additionalClientConfiguration: c => c.Dialect<SQLiteDialect>());
}
}

0 comments on commit 5cf3664

Please sign in to comment.