Skip to content

Commit

Permalink
update app test
Browse files Browse the repository at this point in the history
  • Loading branch information
schumannj committed Jul 15, 2024
1 parent f07a6a3 commit 4ca99b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apps/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ def test_importing_app():
# this will raise an exception if pydantic model validation fails for th app
from nomad_catalysis.apps import myapp

assert myapp.app.label == 'MyApp'
assert myapp.app.label == 'Heterogeneous Catalysis'

0 comments on commit 4ca99b9

Please sign in to comment.