Skip to content

Commit

Permalink
#1084: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phjulia committed Sep 8, 2023
1 parent 3c82b21 commit 9f23d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/type.automation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ describe('type: automation', () => {
// check number of API calls
assert.equal(
testUtils.getAPIHistoryLength(),
41,
38,
'Unexpected number of requests made. Run testUtils.logAPIHistoryDebug() to see the requests'
);
return;
Expand Down Expand Up @@ -651,7 +651,7 @@ describe('type: automation', () => {
);
assert.equal(
testUtils.getAPIHistoryLength(),
41,
38,
'Unexpected number of requests made. Run testUtils.logAPIHistoryDebug() to see the requests'
);
return;
Expand Down

0 comments on commit 9f23d8e

Please sign in to comment.