Skip to content

Commit 9276f47

Browse files
committed
fix for the tests
1 parent 4a13d48 commit 9276f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Framework/script/RepoCleaner/tests/test_MultiplePerRun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import time
33
import unittest
44

5-
import test_utils
5+
from tests import test_utils
66
from qcrepocleaner.Ccdb import Ccdb
77
from qcrepocleaner.rules import multiple_per_run
88

Framework/script/RepoCleaner/tests/test_repoCleaner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import yaml
99

10-
from test_utils import CCDB_TEST_URL
10+
from tests.test_utils import CCDB_TEST_URL
1111

1212

1313
def import_path(path): # needed because o2-qc-repo-cleaner has no suffix

0 commit comments

Comments
 (0)