Test fix.

This commit is contained in:
go-jet 2021-05-17 15:13:54 +02:00
parent 3e9eda28c1
commit cecdab1c67
2 changed files with 10 additions and 29 deletions

View file

@ -80,6 +80,7 @@ func TestAllTypesInsertQuery(t *testing.T) {
}
func TestAllTypesFromSubQuery(t *testing.T) {
skipForPgxDriver(t)
subQuery := SELECT(AllTypes.AllColumns).
FROM(AllTypes).