diff --git a/test/client/key/vim/index.js b/test/client/key/vim/index.js index 2898b3dc..172fa303 100644 --- a/test/client/key/vim/index.js +++ b/test/client/key/vim/index.js @@ -212,7 +212,6 @@ test('cloudcmd: client: key: copy', (t) => { vim('y', {}); t.ok(copy.calledWith(), 'should copy files'); - t.end(); }); @@ -225,7 +224,6 @@ test('cloudcmd: client: key: copy: unselectFiles', (t) => { vim('y', {}); t.ok(unselectFiles.calledWith(), 'should unselect files'); - t.end(); });