Fix error in test path
This commit is contained in:
parent
280d8e8405
commit
09fa9bc28d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class CuraFactoryTestCase(unittest.TestCase):
|
|||
|
||||
cura_engine = CuraFactory.create_slicer()
|
||||
|
||||
file_path = './cura/tests/test_02.stl'
|
||||
file_path = './cura/tests/test.stl'
|
||||
config_path = './cura/tests/config'
|
||||
gcode_filename= './cura/tests/output.gcode'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue