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 30babee commit dcd1eb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,5 @@
# scale: linear
# showinput: true
# type: terms
# """
# """ # noqa: E501
)
6 changes: 3 additions & 3 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 polymerization_reaction_app

assert polymerization_reaction_app.app.label == 'Polymerization Reaction'
from nomad_polymerization_reactions.apps.polymerization_reaction_app import (
polymerization_reaction_app,
)

0 comments on commit dcd1eb3

Please sign in to comment.