Skip to content

Commit

Permalink
test cost calc: add assert
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan.schirmeister committed Oct 30, 2024
1 parent 40773fe commit 825923e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cost_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def test_cost_calculation(self):

assert args.strategy_deps == "balanced"
assert args.strategy_opps == "greedy"
assert args.cost_calculation

args.cost_calculation_method_deps = None
args.cost_calculation_method_opps = None
Expand Down

0 comments on commit 825923e

Please sign in to comment.