Skip to content

Commit ad9c62e

Browse files
authored
Update test_regressions.py
1 parent 01a73f2 commit ad9c62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/tests/test_regressions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_issue0007():
118118

119119
with open(output_paths[0]) as fp:
120120
saved_data = json.load(fp)
121-
#os.remove("issue0007.jsonld")
121+
os.remove("issue0007.jsonld")
122122
expected_saved_data = {
123123
"@context": {"@vocab": "https://openminds.om-i.org/vocab/"},
124124
"@graph": [

0 commit comments

Comments
 (0)