Skip to content

Commit bcdecc7

Browse files
committed
[FIX] Fix AWS tests cleanup
1 parent a431a1a commit bcdecc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/core/test_filesystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def base_filesystem(
240240
yield S3Filesystem(
241241
s3_testing_bucket.s3_client, s3_testing_bucket.bucket_name
242242
)
243-
s3_testing_bucket.delete()
243+
s3_testing_bucket.cleanup()
244244

245245
@pytest.fixture(scope="class", autouse=True)
246246
def data_file1(

0 commit comments

Comments
 (0)