Skip to content

Commit aacae58

Browse files
committed
test: Add axis_codes to test dataclass
1 parent 523402a commit aacae58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/schemacode/tests/test_context_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def test_assignability() -> None:
7575
xyzt_units=xyzt_units,
7676
qform_code=1,
7777
sform_code=1,
78+
axis_codes=("L", "P", "S"),
7879
)
7980

8081
ome: p.Ome = ctx.Ome()

0 commit comments

Comments
 (0)