Skip to content

Commit a69f1af

Browse files
committed
fix test station name
1 parent 9a3f09c commit a69f1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp_server/tests/test_path_algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ async def test_minimum_directed_steiner_tree(mcp_client):
296296
"minimum_directed_steiner_tree",
297297
{
298298
"sourceNode": "Green Park",
299-
"targetNodes": ["Regent's Park", "Picadilly Circus", "Knightsbridge"],
299+
"targetNodes": ["Regent's Park", "Piccadilly Circus", "Knightsbridge"],
300300
"nodeIdentifierProperty": "name",
301301
"relationshipWeightProperty": "time",
302302
},

0 commit comments

Comments
 (0)