Skip to content

Commit

Permalink
Update test_util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Nov 20, 2024
1 parent 5026660 commit d67cbd9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/unittests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,3 @@ def test_scheduler_init(self):
self.assertNotEqual(scheduler, self.scheduler)
scheduler.shutdown()


class TestUtils(unittest.TestCase):
def test_create_echo_function(self):
from ovos_bus_client.util.utils import create_echo_function
# TODO

0 comments on commit d67cbd9

Please sign in to comment.