Skip to content

Commit edc2d06

Browse files
committed
correct test data path
1 parent 8c27636 commit edc2d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_sequential_workflow(self):
2020
echo = f.make(get_data(test_file))
2121
self.assertEqual(echo(file1= {
2222
"class": "File",
23-
"location": "tests/wf/whale.txt"
23+
"location": get_data("tests/wf/whale.txt")
2424
}),
2525
{"count_output": 16})
2626

0 commit comments

Comments
 (0)