Skip to content

Commit 2b7bd1b

Browse files
committed
style(collection/estimation/logic.robot): use spaces instead of a tab as a separator.
Should be in b828462 commit. [skip ci]
1 parent 41b4250 commit 2b7bd1b

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
@@ -36,7 +36,7 @@ Series without price should be shown but not taken into account
3636

3737
*** Keywords ***
3838
Before Test Suite
39-
@{currencies}= Create List USD EUR RUB CZK
39+
@{currencies}= Create List USD EUR RUB CZK
4040
${randomCurrency}= Evaluate random.choice(${currencies}) modules=random
4141
Set Suite Variable ${expectedCurrency} ${randomCurrency}
4242
Open Browser ${SITE_URL}/account/auth ${BROWSER}

0 commit comments

Comments
 (0)