Compare commits

...

1 Commits

Author SHA1 Message Date
Yuan Teoh
eea22e5d68 fix: fix spanner integration test 2025-07-03 23:53:36 -06:00

View File

@@ -230,7 +230,7 @@ func setupSpannerTable(t *testing.T, ctx context.Context, adminClient *database.
Statements: []string{fmt.Sprintf("DROP TABLE %s", tableName)},
})
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
}