fix pipeline

This commit is contained in:
markus 2020-11-17 13:36:28 +01:00 committed by Phil Elson
parent fa9b87ca35
commit 936b339edf

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.scenario_names[0] == "Scenario 1"
assert expert_app.multi_model_view.scenario_names[0] == "Scenario 1"