Skip to content

Commit e372dd8

Browse files
Update core/esmf-aspect-meta-model-python/tests/integration/test_characteristics.py
Fix stylecheck Co-authored-by: Andreas Textor <[email protected]>
1 parent 293bf65 commit e372dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/esmf-aspect-meta-model-python/tests/integration/test_characteristics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
Enumeration,
2222
Measurement,
2323
Quantifiable,
24-
StructuredValue,
25-
State
24+
State,
25+
StructuredValue
2626
)
2727

2828
RESOURCE_PATH = getcwd() / Path("tests/integration/resources/org.eclipse.esmf.test.characteristics/2.0.0")

0 commit comments

Comments
 (0)