forked from p15670423/monkey
UT: Move test_pypubsub_island_event_queue.py out of common/ and in to monkey_island/
This commit is contained in:
parent
8f35a43591
commit
38c6d53cc5
|
@ -4,7 +4,7 @@ import pytest
|
|||
from pubsub import pub
|
||||
from pubsub.core import Publisher
|
||||
|
||||
from common.event_queue import (
|
||||
from monkey_island.cc.event_queue import (
|
||||
IIslandEventQueue,
|
||||
IslandEventSubscriber,
|
||||
IslandEventTopic,
|
Loading…
Reference in New Issue