chore: update francis to beta 21 (#1669)

This commit is contained in:
Alessandro (Ale) Segala
2026-08-07 08:40:14 -07:00
committed by GitHub
parent 42626c50e4
commit f8db1d8a86
3 changed files with 10 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ func openFileTestDB(t *testing.T) *gorm.DB {
t.Helper()
dbPath := filepath.Join(t.TempDir(), "test.db")
connString, _, _, err := sqlitekit.ParseConnectionString(dbPath, slog.Default())
connString, _, _, _, err := sqlitekit.ParseConnectionString(dbPath, slog.Default())
require.NoError(t, err, "Failed to parse connection string")
db, err := gorm.Open(sqlite.Open(connString), newTestGormConfig(t))