Skip to content

Commit

Permalink
move tests to corresponding repos
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 16, 2024
1 parent 28b9e0e commit 8e9406c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 145 deletions.
143 changes: 0 additions & 143 deletions test/integrationtests/test_common_play_skill.py

This file was deleted.

4 changes: 2 additions & 2 deletions test/unittests/test_skill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from ovos_workshop.skills.mycroft_skill import MycroftSkill
from ovos_workshop.skills.ovos import OVOSSkill


class LoadTestSkill(MycroftSkill):
class LoadTestSkill(OVOSSkill):
pass


Expand Down

0 comments on commit 8e9406c

Please sign in to comment.