Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEAllen committed Aug 8, 2024
1 parent 1bb7d04 commit f5b25af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mantidimaging/eyes_tests/live_viewer_window_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class LiveViewerWindowTest(FakeFSTestCase, BaseEyesTest):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.initial_time = 4000.0
os.environ['TZ'] = 'local_time_zone'

@classmethod
def setUpClass(cls) -> None:
Expand Down Expand Up @@ -66,7 +65,6 @@ def test_live_view_opens_with_data(self, _mock_time, _mock_image_watcher, mock_l
mock_load_image.return_value = self._generate_image()
self.imaging.show_live_viewer(self.live_directory)
self.imaging.live_viewer.presenter.model._handle_image_changed_in_list(image_list)
self.assertEqual(self.imaging.live_viewer.label_active_filename.text(), "abc_000004.tif - 1970-01-01 02:13:20")
self.check_target(widget=self.imaging.live_viewer)

@mock.patch('mantidimaging.gui.windows.live_viewer.presenter.LiveViewerWindowPresenter.load_image')
Expand Down

0 comments on commit f5b25af

Please sign in to comment.