Skip to content

Commit

Permalink
Troubleshooting test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Apr 4, 2024
1 parent 79f234e commit 0a1d37d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
6 changes: 0 additions & 6 deletions locale/en-us/vocab/goodbye.voc

This file was deleted.

5 changes: 4 additions & 1 deletion test/test_intents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,20 @@ common query:
- results
- message
- user
- answer
- what is diet coke:
min_confidence: 0.5
max_confidence: 0.6
callback:
- results
- message
- user
- answer
- coca cola classic:
min_confidence: 0.4
max_confidence: 0.6
callback:
- results
- message
- user
- user
- answer
1 change: 0 additions & 1 deletion test/test_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ intents:
adapt:
- 'CaffeineUpdate'
- 'CaffeineContentIntent'
- 'CaffeineContentGoodbyeIntent'
3 changes: 0 additions & 3 deletions test/test_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
class TestSkillMethods(SkillTestCase):
def test_00_skill_init(self):
# Test any parameters expected to be set in init or initialize methods
from neon_utils.skills.common_query_skill import CommonQuerySkill

self.assertIsInstance(self.skill, CommonQuerySkill)
self.assertIsInstance(self.skill.translate_drinks, dict)

self.skill._update_event.wait()
Expand Down

0 comments on commit 0a1d37d

Please sign in to comment.