Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(lint): remove resolve since it is not used in getMultiCapabilit…
Browse files Browse the repository at this point in the history
…ies (#3888)
  • Loading branch information
cnishina authored and sjelin committed Dec 28, 2016
1 parent de153e7 commit 4e7b74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/errorTest/getMultiCapabilitiesConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports.config = {
],

getMultiCapabilities: function() {
return new Promise((resolve) => {
return new Promise(() => {
throw new Error('get multi capabilities failed');
});
},
Expand Down

0 comments on commit 4e7b74e

Please sign in to comment.