Skip to content

Commit edd4c57

Browse files
committed
fix test w/ burnettk
1 parent 8e3af21 commit edd4c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/SpiffWorkflow/core/docTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
dirname = os.path.abspath(os.path.dirname(__file__))
77
sys.path.insert(0, os.path.join(dirname, '..', '..', '..'))
8-
doc_dir = os.path.join(dirname, '..', '..', '..', 'doc')
8+
doc_dir = os.path.join(dirname, '..', '..', '..', 'docs')
99

1010

1111
class TutorialTest:

0 commit comments

Comments
 (0)