Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/update_BrukerTiffImagingExtracto…
Browse files Browse the repository at this point in the history
…r' into update_BrukerTiffImagingExtractor
  • Loading branch information
weiglszonja committed Jul 24, 2023
2 parents ee5c79a + a875382 commit 2bc4cf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_brukertiffimagingextactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ def test_multiple_plane_stream_with_disjoint_plane_raises(self):
BrukerTiffImagingExtractor(folder_path=self.folder_path, plane_separation_type="disjoint")

def test_incorrect_stream_with_disjoint_plane_raises(self):
exc_msg = "The selected stream 'Ch2_000003' is not in the available plane_streams '['Ch2_000001', 'Ch2_000002']'!"
exc_msg = (
"The selected stream 'Ch2_000003' is not in the available plane_streams '['Ch2_000001', 'Ch2_000002']'!"
)
with self.assertRaisesWith(ValueError, exc_msg=exc_msg):
BrukerTiffImagingExtractor(
folder_path=self.folder_path,
Expand Down

0 comments on commit 2bc4cf8

Please sign in to comment.