Skip to content

Commit

Permalink
Bumped number of library keywords by one
Browse files Browse the repository at this point in the history
  • Loading branch information
emanlove committed Nov 11, 2023
1 parent 2b10abf commit eb49c98
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()), 177)
self.assertEqual(len(sl.get_keyword_names()), 178)

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

0 comments on commit eb49c98

Please sign in to comment.