update test

This commit is contained in:
markus 2020-11-11 11:35:28 +01:00
parent 550a5821ab
commit 48e0b9d6cc

View file

@ -6,4 +6,4 @@ def test_app():
# do anything fancy to verify how it looks etc., we leave that for manual
# testing.
expert_app = cara.apps.ExpertApplication()
assert expert_app.model_state.concentration_model.room.volume == 75
assert expert_app.scenario_names[0] == "Scenario 1"