pull/1815/head
jarbasal 2018-09-26 20:22:23 +01:00
parent f1e8f6922c
commit 0eb397f0db
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ class MycroftSkillTest(unittest.TestCase):
s = SimpleSkill1()
s.bind(self.emitter)
s.remove_context('Donatello')
expected = [{'context': 'Donatello'}]
expected = [{'context': 'ADonatello'}]
check_remove_context(expected)
@mock.patch.dict(Configuration._Configuration__config, BASE_CONF)