Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2023
1 parent 6d4a564 commit a732796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_brukertiffimagingextactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ def setUpClass(cls):

def test_stream_names(self):
found_streams = BrukerTiffMultiPlaneImagingExtractor.get_streams(folder_path=self.folder_path)
expected_streams = self.available_streams
self.assertEqual(found_streams, expected_streams)
expected_streams = self.available_streams
self.assertEqual(found_streams, expected_streams)

def test_brukertiffextractor_image_size(self):
self.assertEqual(self.extractor.get_image_size(), (512, 512, 2))
Expand Down

0 comments on commit a732796

Please sign in to comment.