Skip to content

Commit

Permalink
fix(gui): windows ui tests (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
eruvanos authored Oct 17, 2024
1 parent 553bba4 commit e442b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/gui/test_uilabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_integration_with_layout_fit_to_content(ui):
ui.execute_layout()

assert label.rect.width > 63
assert label.rect.height > 20
assert label.rect.height > 12


def test_fit_content_overrides_width(ui):
Expand Down

0 comments on commit e442b96

Please sign in to comment.