Skip to content

Commit

Permalink
test: accessing response.data[namespacekey] in `.paginate(options, …
Browse files Browse the repository at this point in the history
…mapFn)` map function now logs a deprecation
  • Loading branch information
gr2m committed Jan 27, 2020
1 parent a7d8ce3 commit e164d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/deprecations-test.js
Expand Up @@ -1421,7 +1421,7 @@ describe("deprecations", () => {
)

.then(() => {
expect(warnCallCount).to.equal(3);
expect(warnCallCount).to.equal(4);
});
});
});

0 comments on commit e164d12

Please sign in to comment.