Skip to content

Commit

Permalink
adapt test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Sep 17, 2023
1 parent 46b99a7 commit 925272a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_match_putin_name_based_mode():
assert res["total"]["value"] > 0, res["total"]
res0 = res["results"][0]
assert res0["id"] == "Q7747", res0
assert res0["score"] > 0.90, res0
assert res0["score"] > 0.70, res0


def test_match_no_schema():
Expand Down

0 comments on commit 925272a

Please sign in to comment.