Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Jul 17, 2024
1 parent e280431 commit b1626c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions capsul/test/test_fake_morphologist.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def test_fake_morphologist_config(self):
"metadata_schema": "brainvisa_shared",
},
},
"persistent": True,
"spm": {
"spm_12_standalone": {
"directory": str(self.tmp / "software" / "fakespm-12"),
Expand Down
1 change: 1 addition & 0 deletions capsul/test/test_tiny_morphologist.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ def test_tiny_morphologist_config(self):
"metadata_schema": "brainvisa",
},
},
"persistent": True,
"fakespm": {
"fakespm_12": {
"directory": str(self.tmp / "software" / "fakespm-12"),
Expand Down

0 comments on commit b1626c7

Please sign in to comment.