mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 13:05:56 +08:00
Fix import
Oops. The test passes again now. Contributes to issue CURA-3427.
This commit is contained in:
parent
833ad65507
commit
22cfaddba5
@ -4,7 +4,7 @@
|
|||||||
import configparser #To check whether the appropriate exceptions are raised.
|
import configparser #To check whether the appropriate exceptions are raised.
|
||||||
import pytest #To register tests with.
|
import pytest #To register tests with.
|
||||||
|
|
||||||
import VersionUpgrade24to25 #The module we're testing.
|
import VersionUpgrade25to26 #The module we're testing.
|
||||||
|
|
||||||
## Creates an instance of the upgrader to test with.
|
## Creates an instance of the upgrader to test with.
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
Loading…
x
Reference in New Issue
Block a user