fixup! fixup! Merge branch 'clean-transactional-propsal' into instance_table

This commit is contained in:
Iraq Jaber
2025-06-16 10:27:31 +02:00
parent f343ee0f31
commit 3378a98a49

View File

@@ -32,8 +32,7 @@ func runTests(m *testing.M) int {
}
func newEmbeededDB(ctx context.Context) (pool database.PoolTest, stop func(), err error) {
var connector database.Connector
connector, stop, err = embedded.StartEmbedded()
connector, stop, err := embedded.StartEmbedded()
if err != nil {
return nil, nil, fmt.Errorf("unable to start embedded postgres: %w", err)
}