mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-05-31 11:42:25 +00:00
Fix minor mistake on tests
This commit is contained in:
parent
ddd9a4dec5
commit
f183327eec
@ -3440,7 +3440,7 @@ func createTables(dialect sqldialect.Provider, connStr string) error {
|
||||
driver := dialect.DriverName()
|
||||
|
||||
if connStr == "" {
|
||||
return fmt.Errorf("unsupported dialect: '%s'", dialect)
|
||||
return fmt.Errorf("unsupported dialect: '%s'", driver)
|
||||
}
|
||||
|
||||
db, err := sql.Open(driver, connStr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user