Skip to content

Commit 9603768

Browse files
committed
Fix for failing tests #2407
Signed-off-by: adityaviki <[email protected]>
1 parent 5e56395 commit 9603768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/licensedcode/test_match_hash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_match_hash_can_match_exactly(self):
3232
assert len(matches) == 1
3333
match = matches[0]
3434
assert match.coverage() == 100
35-
assert match.matcher == match_hash.MATCH_HASH ==
35+
assert match.matcher == match_hash.MATCH_HASH
3636
assert match.rule == rules[0]
3737
assert match.qspan == Span(0, 119)
3838
assert match.ispan == Span(0, 119)

0 commit comments

Comments
 (0)