Skip to content

Commit 1f02027

Browse files
Fixed a mistake in imports of comparator light test.
1 parent 8a2638d commit 1f02027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_comparator_light.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from sindi.comparator_light import ComparatorRulesOnly
1+
from src.sindi.comparator_light import ComparatorRulesOnly
22

33
C = ComparatorRulesOnly()
44

0 commit comments

Comments
 (0)