Skip to content

Commit

Permalink
dont require latest workshop, just allow it
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 15, 2024
1 parent ff84f29 commit 95ba70a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integrationtests/test_workshop.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from os.path import dirname
from time import sleep
from ovos_workshop.skill_launcher import SkillLoader
from ovos_workshop.skills.mycroft_skill import MycroftSkill
from ovos_workshop.skills.ovos import OVOSSkill
from ovos_utils.messagebus import FakeBus, Message

Expand All @@ -29,7 +28,6 @@ def get_msg(msg):

def test_skill_id(self):
self.assertTrue(isinstance(self.skill.instance, OVOSSkill))
self.assertTrue(isinstance(self.skill.instance, MycroftSkill))

self.assertEqual(self.skill.skill_id, "abort.test")
# if running in ovos-core every message will have the skill_id in context
Expand Down

0 comments on commit 95ba70a

Please sign in to comment.