Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 21, 2023
1 parent 7c50de2 commit 312d33c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/unittests/skills/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@


class TestBase(unittest.TestCase):
def test_is_classic_core(self):
from ovos_workshop.skills.base import is_classic_core
self.assertIsInstance(is_classic_core(), bool)

def test_simple_trace(self):
from ovos_workshop.skills.base import simple_trace
trace = ["line_1\n", " line_2 \n", " \n", "line_3 \n"]
Expand Down

0 comments on commit 312d33c

Please sign in to comment.