Skip to content

Commit 5ec86be

Browse files
committed
Tests: Use full import path in test collector
1 parent 56db0d3 commit 5ec86be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/framework/collector.py

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

33
import tomllib
44

5-
from .bpf_test_case import BpfTestCase
5+
from tests.framework.bpf_test_case import BpfTestCase
66

77
TESTS_DIR = Path(__file__).parent.parent
88
CONFIG_FILE = TESTS_DIR / "test_config.toml"

0 commit comments

Comments
 (0)