Skip to content

Commit 06e6e05

Browse files
committed
change the unit tests
1 parent 746ab51 commit 06e6e05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test_script.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
import pytest
44
from rattler import Version
55

6-
from minimum_versions import Policy, Release, Spec
6+
from minimum_versions.policy import Policy
7+
from minimum_versions.release import Release
8+
from minimum_versions.spec import Spec
79

810

911
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)