Skip to content

Commit

Permalink
updated .ok to be .true
Browse files Browse the repository at this point in the history
  • Loading branch information
smitshah2531 committed Jul 21, 2020
1 parent 0db4a11 commit 7f79755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apex-node/test/logs/logService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ describe('Apex Log Service Tests', () => {
toolingRequestStub.onFirstCall().resolves(logs[0]);
toolingRequestStub.onSecondCall().resolves(logs[1]);
await apexLogGet.writeLog(filePath,logs[0],logIds[0]);
expect(createStreamStub.calledWith(logsPath)).to.be.ok;
expect(createStreamStub.calledWith(logsPath)).to.be.true;
});
});

0 comments on commit 7f79755

Please sign in to comment.