Skip to content

Commit 10ec5dc

Browse files
committed
Update description
1 parent aa11636 commit 10ec5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
class BaseCase(unittest.TestCase):
2323
'''
24-
A base test case that wraps a bunch of methods from tools
25-
for easier access. You can also add your own methods here.
24+
A base test case that wraps methods for enhanced usage.
25+
You can also add your own methods here.
2626
'''
2727

2828
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)