Skip to content

Commit 3ad0d1b

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b143dda commit 3ad0d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datastore/catalog/remote/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func TestMain(m *testing.M) {
6464
cleanupCtx, cleanupCancel := context.WithTimeout(context.Background(), 2*time.Minute)
6565
defer cleanupCancel()
6666

67-
if err := globalTestSetup.CatalogContainer.Terminate(cleanupCtx); err != nil {
67+
if err := globalTestSetup.Teardown(cleanupCtx); err != nil {
6868
log.Printf("Warning: Failed to teardown testcontainers: %v", err)
6969
}
7070

0 commit comments

Comments
 (0)