diff --git a/tests/test_io.py b/tests/test_io.py index 01617c7f..838152a3 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -294,7 +294,9 @@ def test_read_single_frame_sm_image_jpegls_dicom_file_like_opened(self): ) np.testing.assert_array_equal(frame, pixel_array[fno]) - def test_read_single_frame_sm_image_jpegls_nobot_dicom_file_like_opened(self): + def test_read_single_frame_sm_image_jpegls_nobot_dicom_file_like_opened( + self + ): # Test reading frames from an opened DicomFileLike file filename = self._test_dir.joinpath("sm_image_jpegls_nobot.dcm") dcm = DicomFileLike(filename.open("rb"))