Skip to content

Commit

Permalink
Fix test move window
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sirokov committed Jan 24, 2020
1 parent 756e162 commit baae4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_move_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_xy():


def test_move_window():
window = webview.create_window('Move window test', x=200, y=200, , width=100, height=100)
window = webview.create_window('Move window test', x=200, y=200, width=100, height=100)
run_test(webview, window, move_window)


Expand Down

0 comments on commit baae4d3

Please sign in to comment.