Skip to content

Commit

Permalink
Merge pull request #28 from SciKit-Surgery/27-fix-coverage
Browse files Browse the repository at this point in the history
Issue #27 update should be update_view
  • Loading branch information
thompson318 committed May 4, 2023
2 parents e2e2e45 + 1b64cae commit 294fe2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_torso_overlay_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_init_no_logo(setup_qt):
config.update({"ultrasound buffer": "data/usbuffer.mp4"})

overlay_widget = OverlayApp(config)
overlay_widget.update()
overlay_widget.update_view()
overlay_widget.stop()


Expand Down Expand Up @@ -115,7 +115,7 @@ def test_and_run_with_logo(setup_qt):
}

overlay_widget = OverlayApp(config)
overlay_widget.update()
overlay_widget.update_view()
overlay_widget.stop()


Expand Down Expand Up @@ -144,5 +144,5 @@ def test_and_run_with_buffer_data(setup_qt):
}

overlay_widget = OverlayApp(config)
overlay_widget.update()
overlay_widget.update_view()
overlay_widget.stop()

0 comments on commit 294fe2c

Please sign in to comment.