Skip to content

Commit d073dbe

Browse files
authored
Remove an extra unused function
1 parent d03f7a3 commit d073dbe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/unit/bucket/test_bucket.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,16 +1480,6 @@ def test_upload_local_file_incremental(self):
14801480

14811481
last_data = data
14821482

1483-
def assertBucketContents(self, expected, *args, **kwargs):
1484-
"""
1485-
*args and **kwargs are passed to self.bucket_ls()
1486-
"""
1487-
actual = [
1488-
(info.file_name, info.size, info.action, folder)
1489-
for (info, folder) in self.bucket_ls(*args, **kwargs)
1490-
]
1491-
self.assertEqual(expected, actual)
1492-
14931483
@pytest.mark.skipif(platform.system() == 'Windows', reason='no os.mkfifo() on Windows')
14941484
def test_upload_fifo(self):
14951485
with TempDir() as d:

0 commit comments

Comments
 (0)