Skip to content
Snippets Groups Projects
Commit 0abbda12 authored by inso's avatar inso
Browse files

Change helpers import path

parent b5322635
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ from PyQt5.QtCore import Qt ...@@ -5,7 +5,7 @@ from PyQt5.QtCore import Qt
from PyQt5.QtTest import QTest from PyQt5.QtTest import QTest
from sakia.data.processors import ConnectionsProcessor, BlockchainProcessor from sakia.data.processors import ConnectionsProcessor, BlockchainProcessor
from sakia.gui.dialogs.connection_cfg import ConnectionConfigController from sakia.gui.dialogs.connection_cfg import ConnectionConfigController
from tests.helpers import click_on_top_message_box, select_file_dialog from ..helpers import click_on_top_message_box, select_file_dialog
def assert_key_parameters_behaviour(connection_config_dialog, user): def assert_key_parameters_behaviour(connection_config_dialog, user):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment