diff --git a/tests/test_crawling.py b/tests/test_crawling.py index be98247..e57efa4 100644 --- a/tests/test_crawling.py +++ b/tests/test_crawling.py @@ -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"