We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f5db1 commit 0144a36Copy full SHA for 0144a36
1 file changed
pydsdl/_test_serdes.py
@@ -120,10 +120,6 @@ class MockStructureType(StructureType):
120
assert hasattr(pydsdl, "serialize")
121
assert hasattr(pydsdl, "deserialize")
122
assert hasattr(pydsdl, "SerDesError")
123
- assert hasattr(pydsdl, "ArrayLengthError")
124
- assert hasattr(pydsdl, "UnionFieldError")
125
- assert hasattr(pydsdl, "UnionTagError")
126
- assert hasattr(pydsdl, "DelimiterHeaderError")
127
128
129
def _unittest_serdes_bit_writer() -> None:
0 commit comments