Fix import

Oops.

The test passes again now.

Contributes to issue CURA-3427.
This commit is contained in:
Ghostkeeper 2017-05-11 14:35:54 +02:00
parent 833ad65507
commit 22cfaddba5
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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