Skip to content

Commit

Permalink
Updated number of keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
emanlove committed May 12, 2024
1 parent d84c015 commit e29e1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utest/test/api/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def setUpClass(cls):
def test_no_libraries(self):
for item in [None, "None", ""]:
sl = SeleniumLibrary(plugins=item)
self.assertEqual(len(sl.get_keyword_names()), 181)
self.assertEqual(len(sl.get_keyword_names()), 182)

def test_parse_library(self):
plugin = "path.to.MyLibrary"
Expand Down

0 comments on commit e29e1dd

Please sign in to comment.