Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olelod committed Feb 19, 2025
1 parent 2c69515 commit 628c8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libecalc/core/models/test_pump.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def test_variable_speed_pump(vsd_pump_test_variable_speed_chart_curves):
result.failure_status,
[
PumpFailureStatus.NO_FAILURE,
PumpFailureStatus.ABOVE_MAXIMUM_PUMP_RATE_AND_MAXIMUM_HEAD_AT_RATE,
PumpFailureStatus.NO_FAILURE,
PumpFailureStatus.ABOVE_MAXIMUM_PUMP_RATE_AND_MAXIMUM_HEAD_AT_RATE,
],
)
Expand Down

0 comments on commit 628c8b5

Please sign in to comment.