Skip to content

Commit

Permalink
some merge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MathijsVerbeeck committed May 9, 2024
1 parent a4bf019 commit 8f0ceed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/m365/outlook/commands/message/message-list.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,11 @@ describe(commands.MESSAGE_LIST, () => {
sinon.stub(telemetry, 'trackEvent').returns();
sinon.stub(pid, 'getProcessName').returns('');
sinon.stub(session, 'getId').returns('');
sinon.stub(accessToken, 'isAppOnlyAccessToken').returns(false);
auth.connection.accessTokens[auth.defaultResource] = {
expiresOn: 'abc',
accessToken: 'abc'
};
auth.connection.active = true;
auth.connection.accessTokens[auth.defaultResource] = {
expiresOn: 'abc',
accessToken: 'abc'
};
commandInfo = cli.getCommandInfo(command);
});

Expand Down

0 comments on commit 8f0ceed

Please sign in to comment.