Commit 9614811b authored by Quentin Smith's avatar Quentin Smith

storage/db/dbtest: fix -cloud after refactoring

Change-Id: I7bd1ed03127830d6530415d77263ee8b0155a2c4
Reviewed-on: https://go-review.googlesource.com/37230
Run-TryBot: Quentin Smith <quentin@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarRuss Cox <rsc@golang.org>
parent 74d6b5f2
......@@ -46,7 +46,7 @@ func createEmptyDB(t *testing.T) (driver, dsn string, cleanup func()) {
t.Logf("Using database %q", name)
return prefix + name + "?interpolateParams=true", func() {
return "mysql", prefix + name + "?interpolateParams=true", func() {
if _, err := db.Exec(fmt.Sprintf("DROP DATABASE `%s`", name)); err != nil {
t.Error(err)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment