fix tests
This commit is contained in:
parent
01c460927d
commit
7b26afd65c
|
@ -26,7 +26,7 @@ var colStrTests = []struct {
|
|||
}
|
||||
|
||||
func TestColumnsStringGeneration(t *testing.T) {
|
||||
if *db == "postgres" {
|
||||
if dbType == "postgres" {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue