Skip to content

Commit

Permalink
MAKE SURE TO REVERT THIS
Browse files Browse the repository at this point in the history
:ci run dl
  • Loading branch information
pukkandan committed Jul 9, 2022
1 parent 0ebd3b6 commit d204c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def expect_info_dict(self, got_dict, expected_dict):

test_info_dict = sanitize_got_info_dict(got_dict)

missing_keys = set(test_info_dict.keys()) - set(expected_dict.keys())
missing_keys = False # set(test_info_dict.keys()) - set(expected_dict.keys())
if missing_keys:
def _repr(v):
if isinstance(v, str):
Expand Down

0 comments on commit d204c9d

Please sign in to comment.