Skip to content

Commit

Permalink
fix(core): revert wrong usage of dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Mar 11, 2021
1 parent 86d25e2 commit a232efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/actions/execute/wait.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ describe 'actions.execute.wait', ->
await @execute.wait
command: "test -d #{tmpdir}/a_file"
interval: 100
$retry: 3
retry: 3
catch err
err.code.should.eql 'NIKITA_EXECUTE_WAIT_MAX_RETRY'
err.$logs
Expand Down

0 comments on commit a232efb

Please sign in to comment.