From 76997b1912ef2fa470c8e1178277371b57950a61 Mon Sep 17 00:00:00 2001 From: Derek Groen Date: Fri, 15 Nov 2024 18:21:13 +0000 Subject: [PATCH] Fixed test to solve underlying bug. --- tests/test_crawling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"