Skip to content

Commit

Permalink
Fixed test to solve underlying bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
djgroen committed Nov 15, 2024
1 parent 9601885 commit 76997b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_crawling.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ def test_location_crawling_4loc():

print(l1.routes, file=sys.stderr)
assert "E" in l1.routes.keys()
assert l1.routes["E"][1][2] == "D"
assert l1.routes["E"][1][1] == "D"
assert l1.routes["E"][2].name == "E"

0 comments on commit 76997b1

Please sign in to comment.