Skip to content

Commit

Permalink
fix strictdataset_test
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed Jul 23, 2024
1 parent 7dcd41c commit 40a9ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantidimaging/gui/windows/main/test/strictdataset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_attribute_not_set_returns_none(self):
self.assertIsNone(dataset.dark_after)

def test_cant_change_dataset_id(self):
with self.assertRaisesRegex(Exception, "set attribute"):
with self.assertRaisesRegex(Exception, "property 'id' of 'StrictDataset' object has no setter"):
self.strict_dataset.id = "id"

def test_set_flat_before(self):
Expand Down

0 comments on commit 40a9ba0

Please sign in to comment.