Skip to content

Commit

Permalink
Troubleshooting unit test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 17, 2024
1 parent bdc2bfc commit 5fa05ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def CQS_action(self, phrase, data):
if len(results) == 1:
self.speak_dialog("stay_caffeinated")
else:
# This will ask infinitely until the user responds
if self.ask_yesno("more_drinks") == "yes":
LOG.info("YES")
self._speak_alternate_results(message, results)
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
neon-minerva[padatious]~=0.2
#neon-minerva[padatious]~=0.2
neon-minerva[padatious]@git+https://github.com/neongeckocom/neon-minerva@FEAT_BetterCommonQueryTesting

0 comments on commit 5fa05ce

Please sign in to comment.