From 476565446f30dc7f686fb2fda3d46dc2a3cb52b0 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Marinho Bressan <87212571+phmbressan@users.noreply.github.com> Date: Fri, 24 Nov 2023 17:43:10 -0300 Subject: [PATCH] Update tests/test_tank.py --- tests/test_tank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tank.py b/tests/test_tank.py index 32cd2ba3a..8bbc440b6 100644 --- a/tests/test_tank.py +++ b/tests/test_tank.py @@ -190,7 +190,7 @@ def test_mass_based_tank(): ) # Assert volume bounds - assert (real_tank_lox.gas_height <= real_tank_lox.geometry.total_volume).all + assert (real_tank_lox.gas_height <= real_tank_lox.geometry.top).all assert (example_tank_lox.gas_height <= example_tank_lox.geometry.total_volume).all initial_liquid_mass = 5