mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-28 08:48:09 -05:00
Compare commits
1 Commits
remove-par
...
update-int
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eea22e5d68 |
@@ -230,7 +230,7 @@ func setupSpannerTable(t *testing.T, ctx context.Context, adminClient *database.
|
|||||||
Statements: []string{fmt.Sprintf("DROP TABLE %s", tableName)},
|
Statements: []string{fmt.Sprintf("DROP TABLE %s", tableName)},
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("unable to start drop table operation: %s", err)
|
t.Errorf("unable to start drop %s operation: %s", tableName, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user