Skip to content

Commit

Permalink
Typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jan 26, 2018
1 parent f761f6c commit 36abfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/tests/test_airconditioningcompanion.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_learn_result(self):
assert self.device.learn_result() is True

def test_learn_stop(self):
assert self.device.lern_stop(STORAGE_SLOT_ID) is True
assert self.device.learn_stop(STORAGE_SLOT_ID) is True
assert self.device.learn_stop() is True

def test_send_ir_code(self):
Expand Down

0 comments on commit 36abfa5

Please sign in to comment.