Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Oct 7, 2023
1 parent 933eebb commit 3fc1be0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/sqladapter/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ func testStore(ctx context.Context, t *testing.T, dialect goose.Dialect, db *sql
check.NoError(t, err)
}

// Delete remaining migrations one by one and use all 3 connection types: 1. *sql.Tx
// Delete remaining migrations one by one and use all 3 connection types:

// 1. *sql.Tx
err = runTx(ctx, db, func(tx *sql.Tx) error {
return store.InsertOrDelete(ctx, tx, false, 2)
})
Expand Down

0 comments on commit 3fc1be0

Please sign in to comment.