Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33d3362

Browse files
committed
Run black on utest
1 parent 755688d commit 33d3362

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utest/test/api/test_plugin_documentation.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ def setUp(self):
2828

2929
@unittest.skipIf(WINDOWS, reason="ApprovalTest do not support different line feeds")
3030
def test_many_plugins(self):
31-
sl = SeleniumLibrary(plugins=f"{self.plugin_1}, {self.plugin_3};arg1=Text1;arg2=Text2")
31+
sl = SeleniumLibrary(
32+
plugins=f"{self.plugin_1}, {self.plugin_3};arg1=Text1;arg2=Text2"
33+
)
3234
verify(sl.get_keyword_documentation("__intro__"), self.reporter)
3335

3436
@unittest.skipIf(WINDOWS, reason="ApprovalTest do not support different line feeds")

0 commit comments

Comments
 (0)