Skip to content

Commit 994a138

Browse files
committed
- Fixed kw count
1 parent 2388e65 commit 994a138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utest/test/api/test_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def setUpClass(cls):
2222
def test_no_libraries(self):
2323
for item in [None, "None", ""]:
2424
sl = SeleniumLibrary(plugins=item)
25-
self.assertEqual(len(sl.get_keyword_names()), 173)
25+
self.assertEqual(len(sl.get_keyword_names()), 174)
2626

2727
def test_parse_library(self):
2828
plugin = "path.to.MyLibrary"

0 commit comments

Comments
 (0)