Commit 41ab227264c247094cedf4c1ceea840761d3494f

Authored by selurvedu
1 parent 271d544f

Fix typo: normal -> Normal

@@ -140,10 +140,10 @@ TestSuiteSetup @@ -140,10 +140,10 @@ TestSuiteSetup
140 log ${arguments} 140 log ${arguments}
141 ${state}= change_state ${arguments} 141 ${state}= change_state ${arguments}
142 ${value}= Run keyword if '${state}' == 'shouldfail' switchsate ${username} ${command} @{arguments} 142 ${value}= Run keyword if '${state}' == 'shouldfail' switchsate ${username} ${command} @{arguments}
143 - ${value}= Run keyword if '${state}' == 'pass' normal ${username} ${command} @{arguments} 143 + ${value}= Run keyword if '${state}' == 'pass' Normal ${username} ${command} @{arguments}
144 [return] ${value} 144 [return] ${value}
145 145
146 -normal 146 +Normal
147 [Arguments] ${username} ${command} @{arguments} 147 [Arguments] ${username} ${command} @{arguments}
148 log ${username} 148 log ${username}
149 log ${command} 149 log ${command}
Please register or login to post a comment