diff --git a/test/graphql.addFunds.test.js b/test/graphql.addFunds.test.js index 1b5e7b0b3df8..a11f1f669185 100644 --- a/test/graphql.addFunds.test.js +++ b/test/graphql.addFunds.test.js @@ -37,7 +37,7 @@ describe('graphql.addFunds', () => { // Then it should be a successful call gqlResult.errors && console.error(gqlResult.errors[0]); - expect(gqlResult.errors).to.be.empty; + expect(gqlResult.errors).to.be.undefined; // And then there should be a new payment method created in the // database