We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a005e commit 4e50b72Copy full SHA for 4e50b72
tests/test_tutorial_docs.py
@@ -79,8 +79,7 @@ def test_first_scenario_creation(self):
79
assert len(server_nodes) == 4
80
assert len(leaf_nodes) == 4
81
assert len(spine_nodes) == 2
82
- assert len(leaf_nodes) == 4
83
- assert len(spine_nodes) == 2
+# Removed duplicate assertions for leaf_nodes and spine_nodes.
84
85
def test_analyzing_maximum_flow_capacity(self):
86
"""Test the maximum flow analysis examples from tutorial.md"""
0 commit comments