Skip to content

Commit

Permalink
Restart CI
Browse files Browse the repository at this point in the history
  • Loading branch information
proneon267 committed Nov 29, 2024
1 parent 18aef1a commit 560cfc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testbed/tests/window/test_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,12 +761,12 @@ async def test_window_state_change(
# testbed. For practicality we are only testing the most complex
# cases to ensure full coverage across all platforms.
#
# Complex state changes on gtk:
(WindowState.FULLSCREEN, WindowState.PRESENTATION),
(WindowState.PRESENTATION, WindowState.NORMAL),
# Complex state changes on cocoa:
(WindowState.MINIMIZED, WindowState.FULLSCREEN),
(WindowState.FULLSCREEN, WindowState.MINIMIZED),
# Complex state changes on gtk:
(WindowState.FULLSCREEN, WindowState.PRESENTATION),
(WindowState.PRESENTATION, WindowState.NORMAL),
],
)
@pytest.mark.parametrize(
Expand Down

0 comments on commit 560cfc9

Please sign in to comment.