Skip to content

Commit

Permalink
Adjust tests to new example data scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
a-niem committed Jul 10, 2024
1 parent 0309342 commit 4678a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RodTracker/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def wait_maximized():
qtbot.waitUntil(wait_maximized)
previous_settings = main_window.settings._contents.copy()
main_window.settings.update_field(
category="visual", field="position_scaling", value=10.0
category="visual", field="position_scaling", value=1.0
)
main_window.change_color("black")
yield main_window
Expand Down

0 comments on commit 4678a8a

Please sign in to comment.