Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Oct 10, 2024
1 parent ab732fc commit a4954e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def test_is_special_class(cls, expected):
],
)
def test_is_keyword_class(cls, expected):
assert_that(lsp.is_keyword_class(lsp.CancelNotification), is_(expected))
assert_that(lsp.is_keyword_class(cls), is_(expected))

0 comments on commit a4954e3

Please sign in to comment.