From 09fa9bc28d7265c013737b2c44c94991880877d1 Mon Sep 17 00:00:00 2001 From: Ross Hendrickson Date: Fri, 21 Jun 2013 19:23:51 -0600 Subject: [PATCH] Fix error in test path --- octoprint/cura/tests/test_cura.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint/cura/tests/test_cura.py b/octoprint/cura/tests/test_cura.py index 2e7b493a..ad3d4cc9 100644 --- a/octoprint/cura/tests/test_cura.py +++ b/octoprint/cura/tests/test_cura.py @@ -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'