Skip to content

Commit b736bb2

Browse files
committed
Update a test in the "sbase mkdir DIR" script
1 parent 4b8f5a5 commit b736bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/console_scripts/sb_mkdir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def main():
401401
data.append(" [")
402402
data.append(' ["pypi", "pypi.org"],')
403403
data.append(' ["wikipedia", "wikipedia.org"],')
404-
data.append(' ["seleniumbase", "seleniumbase/SeleniumBase"],')
404+
data.append(' ["seleniumbase", "SeleniumBase"],')
405405
data.append(" ]")
406406
data.append(" )")
407407
data.append(

0 commit comments

Comments
 (0)