diff --git a/statement_test.go b/statement_test.go index 01a09afc..0cfd7f3e 100644 --- a/statement_test.go +++ b/statement_test.go @@ -26,7 +26,7 @@ var colStrTests = []struct { } func TestColumnsStringGeneration(t *testing.T) { - if *db == "postgres" { + if dbType == "postgres" { return }