Skip to content

Commit

Permalink
- Fixed AT kw count test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmartorella committed Jul 29, 2022
1 parent 87cd321 commit fe9b4ba
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()), 173)
self.assertEqual(len(sl.get_keyword_names()), 174)

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

0 comments on commit fe9b4ba

Please sign in to comment.