Skip to content

Commit 4e50b72

Browse files
networmixCopilot
andauthored
Update tests/test_tutorial_docs.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 86a005e commit 4e50b72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_tutorial_docs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ def test_first_scenario_creation(self):
7979
assert len(server_nodes) == 4
8080
assert len(leaf_nodes) == 4
8181
assert len(spine_nodes) == 2
82-
assert len(leaf_nodes) == 4
83-
assert len(spine_nodes) == 2
82+
# Removed duplicate assertions for leaf_nodes and spine_nodes.
8483

8584
def test_analyzing_maximum_flow_capacity(self):
8685
"""Test the maximum flow analysis examples from tutorial.md"""

0 commit comments

Comments
 (0)