Skip to content

Commit a59e8c8

Browse files
committed
removed useless tests
1 parent 4635903 commit a59e8c8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/structs/test_sequential_workflow.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
from swarms import Agent, SequentialWorkflow
44

55

6-
# Test SequentialWorkflow class
7-
def test_sequential_workflow_initialization():
8-
# SequentialWorkflow requires agents, so expect ValueError
9-
with pytest.raises(ValueError, match="Agents list cannot be None or empty"):
10-
workflow = SequentialWorkflow()
11-
126

137
def test_sequential_workflow_initialization_with_agents():
148
"""Test SequentialWorkflow initialization with agents"""

0 commit comments

Comments
 (0)