We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4a4cd commit 2e36215Copy full SHA for 2e36215
Testing/SystemTests/tests/framework/ISIS/SANS/WORKFLOWS/SANSSaveTest.py
@@ -258,7 +258,7 @@ def test_polarization_props_throws_when_any_mandatory_properties_unset(self):
258
259
file_name = os.path.join(mantid.config.getString("defaultsave.directory"), "sample_sans_save_file")
260
pol_props = {
261
- "InputSpinStatez": "0,1",
+ "InvalidPropName": "0,1",
262
}
263
with self.assertRaisesRegex(
264
RuntimeError,
0 commit comments