Skip to content

Commit

Permalink
Fix app test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe-Marquez committed Aug 9, 2024
1 parent fa0da0b commit 30babee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/apps/test_app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def test_importing_app():
# this will raise an exception if pydantic model validation fails for th app
from nomad_polymerization_reactions.apps import myapp
from nomad_polymerization_reactions.apps import polymerization_reaction_app

assert myapp.app.label == 'MyApp'
assert polymerization_reaction_app.app.label == 'Polymerization Reaction'

0 comments on commit 30babee

Please sign in to comment.