Skip to content

Commit

Permalink
Update Messagebus import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 6, 2023
1 parent 1914944 commit f9e40bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_chatbot_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_15_histories_length(self):
def test_messagebus_connection(self):
from chatbot_core.utils.bot_utils import init_message_bus
from threading import Thread
from mycroft_bus_client import MessageBusClient
from ovos_bus_client.client import MessageBusClient

t, bus = init_message_bus()
self.assertIsInstance(t, Thread)
Expand Down

0 comments on commit f9e40bf

Please sign in to comment.