Skip to content

Commit

Permalink
fix: Test fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpriskorn committed Jul 14, 2023
1 parent c6434db commit 8e6e68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_trail_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_lookup_in_osm_wikidata_link_api_single_match_relation(self):
assert len(trail_item.osm_wikidata_link_results) == 1

def test_lookup_in_osm_wikidata_link_api_multiple_relations(self):
trail_item = TrailItem(wbi=WikibaseIntegrator(), qid="Q151653")
trail_item = TrailItem(wbi=WikibaseIntegrator(), qid="Q151653", testing=True)
trail_item.lookup_using_osm_wikidata_link()
console.print(trail_item.osm_wikidata_link_return.dict())
assert trail_item.osm_wikidata_link_return.multiple_matches is True
Expand Down

0 comments on commit 8e6e68d

Please sign in to comment.