Skip to content

Commit 4a0dbda

Browse files
committed
refactor: replaced log statement
1 parent 9164560 commit 4a0dbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/tests/01_simple/test.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Test Print
1313
Test Return
1414
[Documentation] Print from mylib.py
1515
${str} Return Something
16-
Log To Console ${str}
16+
Log ${str}
1717

1818
Test Resource
1919
[Documentation] Print from myrsc.resource

0 commit comments

Comments
 (0)