Skip to content

Commit

Permalink
Update the function calls in test_adjust_moving_image_view
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Jun 27, 2024
1 parent e675ca0 commit a44410a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_adjust_moving_image_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ def test_atlas_reset_button_click(
qtbot.addWidget(adjust_moving_image_view)

with qtbot.waitSignal(
adjust_moving_image_view.atlas_reset_signal, timeout=1000
adjust_moving_image_view.reset_atlas_signal, timeout=1000
):
adjust_moving_image_view.atlas_reset_button.click()
adjust_moving_image_view.reset_atlas_button.click()

assert (
adjust_moving_image_view.adjust_atlas_pitch.value() == 0
Expand Down

0 comments on commit a44410a

Please sign in to comment.