Skip to content

Commit

Permalink
Update tests/test_align.py
Browse files Browse the repository at this point in the history
Co-authored-by: cecinestpasunepipe <[email protected]>
  • Loading branch information
Schamper and cecinestpasunepipe authored Apr 26, 2024
1 parent 8686f53 commit c9b8aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_align_struct(cs: cstruct, compiled: bool) -> None:
assert obj.dumps() == buf


def test_align_union(cs: cstruct):
def test_align_union(cs: cstruct) -> None:
cdef = """
union test {
uint32 a;
Expand Down

0 comments on commit c9b8aba

Please sign in to comment.