Skip to content

Commit

Permalink
Remove extra logging, fix test to new value
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed May 27, 2024
1 parent ab1fcd5 commit df51c83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/publish-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ describe('apm publish', () => {
apm.run(['publish', 'patch'], callback);
waitsFor('waiting for publish to complete', 600000, () => callback.callCount === 1);
runs(() => {
console.log(requests);
expect(requests.length).toBe(2);
expect(requests.length).toBe(1);
expect(callback.mostRecentCall.args[0]).toBeUndefined();
});
});
Expand Down

0 comments on commit df51c83

Please sign in to comment.