Skip to content

Commit

Permalink
#984: fixed tests - +2 api requests because there is a new test autom…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
phjulia committed Aug 13, 2023
1 parent 0f1c3fe commit 48e37e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/type.query.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ describe('type: query', () => {
// check number of API calls
assert.equal(
testUtils.getAPIHistoryLength(),
33,
35,
'Unexpected number of requests made. Run testUtils.logAPIHistoryDebug() to see the requests'
);
return;
Expand Down Expand Up @@ -498,7 +498,7 @@ describe('type: query', () => {
// check number of API calls
assert.equal(
testUtils.getAPIHistoryLength(),
35,
37,
'Unexpected number of requests made. Run testUtils.logAPIHistoryDebug() to see the requests'
);
return;
Expand Down

0 comments on commit 48e37e1

Please sign in to comment.