Skip to content

Commit ffd3370

Browse files
committed
tests/wm: remove unused arguments
1 parent 9f4e3ca commit ffd3370

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_wm.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,6 @@ def test_show(
435435
self,
436436
unmaximized_rect,
437437
expected_rect,
438-
workarea,
439-
window_size,
440438
window_maximize,
441439
window_above,
442440
window_stick,
@@ -526,7 +524,6 @@ def test_maximize_unmaximize(
526524
unmaximized_rect,
527525
expected_rect,
528526
workarea,
529-
window_size,
530527
window_maximize,
531528
window_above,
532529
window_skip_taskbar,
@@ -581,7 +578,6 @@ def test_mouse_resize(
581578
window_size,
582579
window_size2,
583580
window_position,
584-
window_maximize,
585581
window_monitor,
586582
monitor_config,
587583
extension_dbus_interface,

0 commit comments

Comments
 (0)