Skip to content

Commit

Permalink
Fix structure test
Browse files Browse the repository at this point in the history
  • Loading branch information
gazoodle committed Feb 6, 2023
1 parent 36a2cf7 commit 973b04d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ def all_device_keys(self):
def user_demand_keys(self):
return []

@property
def error_keys(self):
return []

@property
def accessors(self):
return {
Expand Down

0 comments on commit 973b04d

Please sign in to comment.