Skip to content

Commit 4765654

Browse files
authored
Update tests/test_tank.py
1 parent 553c0f7 commit 4765654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def test_mass_based_tank():
190190
)
191191

192192
# Assert volume bounds
193-
assert (real_tank_lox.gas_height <= real_tank_lox.geometry.total_volume).all
193+
assert (real_tank_lox.gas_height <= real_tank_lox.geometry.top).all
194194
assert (example_tank_lox.gas_height <= example_tank_lox.geometry.total_volume).all
195195

196196
initial_liquid_mass = 5

0 commit comments

Comments
 (0)