Skip to content

Commit

Permalink
Revert "Updated number of library keywords to 179"
Browse files Browse the repository at this point in the history
This reverts commit 4a1f413.
  • Loading branch information
emanlove committed Nov 10, 2023
1 parent 4a1f413 commit 6af2c82
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()), 179)
self.assertEqual(len(sl.get_keyword_names()), 177)

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

0 comments on commit 6af2c82

Please sign in to comment.