Skip to content

Commit 56635be

Browse files
committed
tests
1 parent bd7abf7 commit 56635be

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/end2end/session/test_ocp.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ def wait_for_n_messages(n):
7878
"ovos.common_play.search.end",
7979
# no good results
8080
"ovos.common_play.reset",
81-
82-
# TODO - this is now matching ??
83-
# "add_context",
84-
# "ovos.common_play.play",
85-
# "ovos.common_play.search.populate",
8681
"speak", # error,
8782
"ovos.utterance.handled" # handle_utterance returned (intent service)
8883
]
@@ -151,8 +146,6 @@ def wait_for_n_messages(n):
151146
"ovos.common_play.search.end",
152147
"ovos.common_play.reset",
153148

154-
# TODO - it is matching here now?
155-
156149
"speak", # nothing to play
157150
"ovos.utterance.handled" # handle_utterance returned (intent service)
158151
]
@@ -366,8 +359,6 @@ def wait_for_n_messages(n):
366359
# no good results
367360
"ovos.common_play.reset",
368361

369-
# TODO - it is matching here now?
370-
371362
"speak", # error
372363
"ovos.utterance.handled" # handle_utterance returned (intent service)
373364
]

0 commit comments

Comments
 (0)