Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco committed Nov 29, 2024
1 parent 138e9e8 commit 8a53849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/schema/pg/postgres_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func initSchema(t *testing.T, name string, number ...int32) (*sql.DB, dblog.Data
_, err = conn.ExecContext(context.Background(), fmt.Sprintf("CREATE SCHEMA %s", schemaName))
require.NoError(t, err)

mig := schema.NewMigrator(context.Background(), conn, NewPostgres, &amigoconfig.Config{})
mig := schema.NewMigrator(context.Background(), conn, NewPostgres, amigoconfig.NewConfig())

return conn, recorder, mig, schemaName
}
Expand Down

0 comments on commit 8a53849

Please sign in to comment.