Skip to content

Commit 2e36215

Browse files
committed
Rename confusing property
RE mantidproject#38523
1 parent 6d4a4cd commit 2e36215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Testing/SystemTests/tests/framework/ISIS/SANS/WORKFLOWS/SANSSaveTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def test_polarization_props_throws_when_any_mandatory_properties_unset(self):
258258

259259
file_name = os.path.join(mantid.config.getString("defaultsave.directory"), "sample_sans_save_file")
260260
pol_props = {
261-
"InputSpinStatez": "0,1",
261+
"InvalidPropName": "0,1",
262262
}
263263
with self.assertRaisesRegex(
264264
RuntimeError,

0 commit comments

Comments
 (0)