Skip to content

Commit

Permalink
fix(wrong plan definition)
Browse files Browse the repository at this point in the history
  • Loading branch information
Framba-Luca committed Oct 30, 2023
1 parent c993f18 commit d4f5c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion up_test_cases/builtin/numeric/complex_linear_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_test_cases():
SequentialPlan([action(y), action(x)]),
]
invalid_plans = [
SequentialPlan([ActionInstance(action(x)), ActionInstance(action(x))]),
SequentialPlan([action(x), action(x)]),
SequentialPlan([]),
SequentialPlan([action(y), action(y)]),
]
Expand Down

0 comments on commit d4f5c6c

Please sign in to comment.