Skip to content

Commit 4aaa814

Browse files
authored
update example for change of serving multiple libraries
Changes has been made to support serving a list of libraries: robotframework#19
1 parent 6007d79 commit 4aaa814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/examplelibrary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ def strings_should_be_equal(self, str1, str2):
3434

3535

3636
if __name__ == '__main__':
37-
RobotRemoteServer(ExampleLibrary(), *sys.argv[1:])
37+
RobotRemoteServer([ExampleLibrary()], *sys.argv[1:])

0 commit comments

Comments
 (0)