Skip to content

Commit

Permalink
Update tests to account for FallbackSkill refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jan 2, 2024
1 parent 120fdad commit 2d42c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/neon_skill_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_common_query_skill_init(self):
def test_fallback_skill_init(self):
skill = create_skill(TestFBS)
# self.assertIsInstance(skill, MycroftSkill)
self.assertIsInstance(skill, NeonSkill)
# self.assertIsInstance(skill, NeonSkill)
self.assertIsInstance(skill, NeonFallbackSkill)
# self.assertIsInstance(skill, FallbackSkill)
self.assertEqual(skill.name, "Test Fallback Skill")
Expand Down

0 comments on commit 2d42c30

Please sign in to comment.