Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Changed the URL to point to the permanent example box STEP file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Feb 15, 2018
1 parent 8325596 commit c9a2924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestImporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def testSTEPFromURL(self):
"""
Tests STEP file import from a URL
"""
stepURL = "https://raw.githubusercontent.com/easyw/kicadStepUpMod/master/demo/demo-fc16.step"
stepURL = "https://raw.githubusercontent.com/dcowden/cadquery/master/doc/_static/box_export.step"

importedShape = importers.importStepFromURL(stepURL)

Expand Down

0 comments on commit c9a2924

Please sign in to comment.