Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
damusss committed Nov 10, 2024
1 parent 350096c commit 44c4184
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions test/window_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,24 +460,15 @@ def test_wm_info(self):

wm_info_potential_keys = {
"colorbuffer",
"connection",
"data",
"dfb",
"display",
"framebuffer",
"fswindow",
"hdc",
"hglrc",
"hinstance",
"lock_func",
"resolveFramebuffer",
"shell_surface",
"surface",
"taskHandle",
"unlock_func",
"wimpVersion",
"window",
"wmwindow",
"viewport",
"screen",
}

# If any unexpected dict keys are present, they
Expand Down

0 comments on commit 44c4184

Please sign in to comment.