Skip to content

Commit

Permalink
Update tests to allow for context changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 15, 2023
1 parent f4659f7 commit 25b5b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/common_query/test_common_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_common_query_events(self):
original_ctxt = dict(qq_ctxt)
self.bus.emit(Message("common_query.question",
{"utterance": "what is the speed of light"},
qq_ctxt))
dict(qq_ctxt)))
self.assertEqual(qq_ctxt, original_ctxt, qq_ctxt)
skill_ctxt = {"source": "audio", "destination": "skills", 'skill_id': 'wiki.test'}
skill_ans_ctxt = {"source": "skills", "destination": "audio", 'skill_id': 'wiki.test'}
Expand Down

0 comments on commit 25b5b61

Please sign in to comment.