mirror of https://github.com/pressly/goose.git
Fix test
parent
9e816efe11
commit
09b1a1b116
|
@ -94,15 +94,15 @@ func TestUseTransactions(t *testing.T) {
|
||||||
|
|
||||||
tests := []testData{
|
tests := []testData{
|
||||||
{
|
{
|
||||||
fileName: "./example/migrations/00001_create_users_table.sql",
|
fileName: "./examples/sql-migrations/00001_create_users_table.sql",
|
||||||
useTransactions: true,
|
useTransactions: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "./example/migrations/00002_rename_root.sql",
|
fileName: "./examples/sql-migrations/00002_rename_root.sql",
|
||||||
useTransactions: true,
|
useTransactions: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "./example/migrations/00003_no_transaction.sql",
|
fileName: "./examples/sql-migrations/00003_no_transaction.sql",
|
||||||
useTransactions: false,
|
useTransactions: false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue