Skip to content

Commit 0144a36

Browse files
test
1 parent 99f5db1 commit 0144a36

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pydsdl/_test_serdes.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ class MockStructureType(StructureType):
120120
assert hasattr(pydsdl, "serialize")
121121
assert hasattr(pydsdl, "deserialize")
122122
assert hasattr(pydsdl, "SerDesError")
123-
assert hasattr(pydsdl, "ArrayLengthError")
124-
assert hasattr(pydsdl, "UnionFieldError")
125-
assert hasattr(pydsdl, "UnionTagError")
126-
assert hasattr(pydsdl, "DelimiterHeaderError")
127123

128124

129125
def _unittest_serdes_bit_writer() -> None:

0 commit comments

Comments
 (0)