Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Feb 24, 2024
1 parent b2fc0e0 commit 3052e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,4 +792,4 @@ def test_pan(self):
view.mouseMoveEvent(move_event)
# Confirm no further move is performed
self.assertEqual(last_vertical_scroll_bar, vertical_scroll_bar.value())
self.assertEqual(last_horizontal_scroll_bar, horizontal_scroll_bar.value())
self.assertEqual(last_horizontal_scroll_bar, horizontal_scroll_bar.value())

0 comments on commit 3052e26

Please sign in to comment.