Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan88888888 committed Nov 5, 2024
1 parent 6f3f8a6 commit 93038d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_build(self, membrane):

assert hasattr(membrane.fs.unit, "mscontactor")
assert hasattr(membrane.fs.unit, "permeability_calculation")
assert hasattr(membrane.fs.unit, "energy_transfer")
assert hasattr(membrane.fs.unit, "isothermal_constraint")

assert number_variables(membrane) == 157
assert number_total_constraints(membrane) == 89
Expand Down

0 comments on commit 93038d4

Please sign in to comment.