Skip to content

Commit f62ebd2

Browse files
committed
style(collection/estimation/logic.robot): remove trailing spaces.
Should be in b828462 commit. [skip ci]
1 parent 1331005 commit f62ebd2

File tree

1 file changed

+1
-1
lines changed
  • src/test/robotframework/collection/estimation

1 file changed

+1
-1
lines changed

src/test/robotframework/collection/estimation/logic.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Series without price should be shown but not taken into account
3737
*** Keywords ***
3838
Before Test Suite
3939
@{currencies}= Create List USD EUR RUB CZK
40-
${randomCurrency}= Evaluate random.choice(${currencies}) modules=random
40+
${randomCurrency}= Evaluate random.choice(${currencies}) modules=random
4141
Set Suite Variable ${expectedCurrency} ${randomCurrency}
4242
Open Browser ${SITE_URL}/account/auth ${BROWSER}
4343
Register Keyword To Run On Failure Log Source

0 commit comments

Comments
 (0)