Skip to content

Commit

Permalink
Fix import of offline_converter.ExportType in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Aug 22, 2023
1 parent a810c0c commit e21db69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from qgis.testing import start_app, unittest
from qgis.testing.mocked import get_iface

from qfieldsync.libqfieldsync import ExportType, OfflineConverter
from qfieldsync.libqfieldsync.offline_converter import ExportType, OfflineConverter

start_app()

Expand Down

0 comments on commit e21db69

Please sign in to comment.