Skip to content

Commit

Permalink
Update DB Create and Drop testcase
Browse files Browse the repository at this point in the history
Signed-off-by: Vikas Mathur <[email protected]>
  • Loading branch information
Vikas Mathur committed Sep 5, 2024
1 parent 47ac6fd commit e0cd76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e0cd76e

Please sign in to comment.