Skip to content

Commit ae050df

Browse files
fixed test for creation of algorithm
1 parent abf0c3e commit ae050df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_proc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from ORStools.proc.matrix_proc import ORSMatrixAlgo
2222
from ORStools.proc.snap_layer_proc import ORSSnapLayerAlgo
2323
from ORStools.proc.snap_point_proc import ORSSnapPointAlgo
24-
from ORStools.proc.add_provider_conf import ORSProviderAddAlgo
24+
from ORStools.proc.provider_add_conf import ORSProviderAddAlgo
2525

2626

2727
class TestProc(unittest.TestCase):

0 commit comments

Comments
 (0)