Skip to content

Commit

Permalink
style: [pre-commit.ci] auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 24, 2023
1 parent 7f1d874 commit 81e8735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_large_int_spinbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def test_large_spinbox(qtbot):
assert sgnl.args == [-(10**e)]
assert sb.value() == -(10**e)


def test_large_spinbox_range(qtbot):
sb = QLargeIntSpinBox()
qtbot.addWidget(sb)
Expand All @@ -30,6 +31,7 @@ def test_large_spinbox_range(qtbot):
sb.setRange(-10, 10)
assert sb.value() == 10


def test_large_spinbox_type(qtbot):
sb = QLargeIntSpinBox()
qtbot.addWidget(sb)
Expand Down

0 comments on commit 81e8735

Please sign in to comment.