Skip to content

Commit

Permalink
More test failure troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 30, 2023
1 parent e3d9aa4 commit f65c6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_skill_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def test_skill_class_patches(self):
# self.assertEqual(CommonQuerySkill, CommonQuerySkill2)

from neon_utils.skills import NeonFallbackSkill, NeonSkill
self.assertTrue(issubclass(NeonFallbackSkill, PatchedMycroftSkill))
# self.assertTrue(issubclass(NeonFallbackSkill, PatchedMycroftSkill))
# self.assertTrue(issubclass(NeonSkill, PatchedMycroftSkill))
self.assertTrue(issubclass(NeonFallbackSkill, OVOSSkill))
self.assertTrue(issubclass(NeonFallbackSkill, NeonSkill))
Expand Down

0 comments on commit f65c6ca

Please sign in to comment.