Skip to content

Commit 1e0567f

Browse files
committed
Set maxDiff for client tests
There's no reason not to set it, and it makes debugging some failures easier.
1 parent d5f7f95 commit 1e0567f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/unit/test_dss_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def _fake_do_download_file_with_barrier(*args, **kwargs):
9393

9494

9595
class DSSClientTestCase(unittest.TestCase):
96+
maxDiff = None
9697
manifest = list(zip(
9798
('bundle_uuid', 'a_uuid', 'b_uuid', 'c_uuid'),
9899
('bundle_version', '1_version', '1_version', '1_version'),

0 commit comments

Comments
 (0)