Skip to content

Commit a3aee0d

Browse files
committed
Test fix
1 parent ef035e7 commit a3aee0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/test_custom_name.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
import pytest
1818

19-
from custom_name.test_custom_name_args import TEST_NAME_ARGS
20-
from custom_name.test_custom_name_empty import TEST_NAME_EMPTY
21-
from custom_name.test_custom_name_kwargs import TEST_NAME_KWARGS
19+
from examples.custom_name.test_custom_name_args import TEST_NAME_ARGS
20+
from examples.custom_name.test_custom_name_empty import TEST_NAME_EMPTY
21+
from examples.custom_name.test_custom_name_kwargs import TEST_NAME_KWARGS
2222
from tests import REPORT_PORTAL_SERVICE
2323
from tests.helpers import utils
2424

0 commit comments

Comments
 (0)