Skip to content

Commit

Permalink
fix tests by using get_properties_for_mapping for dummies, too
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Apr 13, 2020
1 parent 2f97a1b commit e8a610c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/tests/dummies.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, *args, **kwargs):
self.state = [{"did": k, "value": v, "code": 0} for k, v in self.state.items()]
super().__init__(*args, **kwargs)

def get_properties(self):
def get_properties_for_mapping(self):
return self.state

def set_property(self, property_key: str, value):
Expand Down

0 comments on commit e8a610c

Please sign in to comment.