Skip to content

Commit

Permalink
fix(core): fix folder removal error message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHff authored and wdavidw committed Mar 3, 2021
1 parent 28e4484 commit 205bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/actions/fs/remove.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe 'actions.fs.remove', ->
target: "#{tmpdir}/remove_dir"
.should.be.rejectedWith
code: 'NIKITA_EXECUTE_EXIT_CODE_INVALID'
message: /Directory not empty/
message: /failed to remove the file/

they 'a dir without recursive', ({ssh}) ->
nikita
Expand Down

0 comments on commit 205bc56

Please sign in to comment.