Skip to content

Commit

Permalink
Fix shadow server test following changes in #3476
Browse files Browse the repository at this point in the history
  • Loading branch information
chewi committed Apr 16, 2022
1 parent 5956371 commit 6b7af89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/unit/server/shadow_server_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_image(self, x, y, w, h):
def get_info(self):
return {"type" : "fake"}
window = FakeRootWindow()
rwm = RootWindowModel(window, FakeCapture())
rwm = RootWindowModel(window, FakeCapture(), geometry=window.get_geometry()[:4])
assert repr(rwm)
assert rwm.get_info()
rwm.get_default_window_icon(32)
Expand Down

0 comments on commit 6b7af89

Please sign in to comment.