fix tests

This commit is contained in:
Lunny Xiao 2017-05-27 19:19:47 +08:00
parent 01c460927d
commit 7b26afd65c
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ var colStrTests = []struct {
}
func TestColumnsStringGeneration(t *testing.T) {
if *db == "postgres" {
if dbType == "postgres" {
return
}