Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdumandag committed Mar 7, 2023
1 parent e6df9fb commit 4e751d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/serialization/compact_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_constructor(self):
fields = [
FieldDescriptor(kind.name, kind)
for kind in FieldKind
if kind is not FieldKind.NOT_AVAILABLE
if FIELD_OPERATIONS[kind] is not None
]
schema = Schema("something", fields)
self._verify_schema(schema, fields)
Expand Down

0 comments on commit 4e751d1

Please sign in to comment.