File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,16 +91,16 @@ def test_instrument_acquisition_compatibility(self):
9191 assert rig_mapped is not None
9292 compatibility_check .InstrumentAcquisitionCompatibility (
9393 instrument = rig_mapped , acquisition = session_mapped
94- ).run_compatibility_check ()
94+ ).run_compatibility_check (raise_for_missing_devices = True )
9595
9696 def test_mapper_cli (self ):
9797 DataMapperCli (
9898 data_path = self .data_path ,
9999 repo_path = self .repo_path ,
100100 session_end_time = self .session_end_time ,
101101 ).cli_cmd ()
102- instrument_path = self .data_path / "instrument .json"
103- acquisition_path = self .data_path / "acquisition .json"
102+ instrument_path = self .data_path / "instrument_vrforaging .json"
103+ acquisition_path = self .data_path / "acquisition_vrforaging .json"
104104
105105 self .assertTrue (instrument_path .exists ())
106106 self .assertTrue (acquisition_path .exists ())
You can’t perform that action at this time.
0 commit comments