We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8efff7 commit 68c9581Copy full SHA for 68c9581
test/test_parse_ga_export.py
@@ -32,7 +32,7 @@ def test_ga_history_loading(test_data_dir, tmpdir, helpers):
32
def test_ga_history_parsing(test_data_dir, tmpdir, helpers):
33
export_dir = "test_ga_history_export"
34
export_path = test_data_dir / export_dir / "history_export"
35
- prov_path = "/home/padge/Elixir/workflow-export/ro-crate-py/test/test-data/test_ga_history_export/history_export/provenance"
+ prov_path = "provenance"
36
# prov_name = "ga_export.cwlprov"
37
# crate_path = test_data_dir / export_dir / "history_export_crate"
38
0 commit comments