diff --git a/test/integration/deprecations-test.js b/test/integration/deprecations-test.js index 1df56633..17a705ed 100644 --- a/test/integration/deprecations-test.js +++ b/test/integration/deprecations-test.js @@ -1421,7 +1421,7 @@ describe("deprecations", () => { ) .then(() => { - expect(warnCallCount).to.equal(3); + expect(warnCallCount).to.equal(4); }); }); });