Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Oct 15, 2023
1 parent 802ba8d commit ea2f0c6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions internal/sqlparser/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ DROP TABLE foo;
check.NoError(t, err)
assertParsedSQL(t, parsedSQL, false, 1, 1)
})

// mapFS := fstest.MapFS{
// "001_foo.sql": migration1,
// }
// parsedSQL, err := sqlparser.ParseAllFromFS(mapFS, "001_foo.sql", false)
// check.NoError(t, err)
// check.Equal(t, parsedSQL.UseTx, false)
// check.Equal(t, parsedSQL.Up, []string{})
// check.Equal(t, parsedSQL.Down, []string{})
}

func assertParsedSQL(t *testing.T, got *sqlparser.ParsedSQL, useTx bool, up, down int) {
Expand Down

0 comments on commit ea2f0c6

Please sign in to comment.