From e0cd76edcb9c4d2a08868b977c985ae03f2a97e6 Mon Sep 17 00:00:00 2001 From: Vikas Mathur Date: Thu, 5 Sep 2024 03:55:51 -0400 Subject: [PATCH] Update DB Create and Drop testcase Signed-off-by: Vikas Mathur --- testdata/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/main.go b/testdata/main.go index 97d11ca..4c29c2e 100755 --- a/testdata/main.go +++ b/testdata/main.go @@ -519,7 +519,7 @@ func DropDB() bool { res, err := a.DropDb("Goo", connStr) if err != nil { fmt.Println("DropDB error: ", err) - return true + return true } return res }