We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8ba67 commit e7a03caCopy full SHA for e7a03ca
spec/actions/findNextAvailableTime.spec.js
@@ -20,7 +20,7 @@ describe('Outlook Find next available time', function test() {
20
self = jasmine.createSpyObj('self', ['emit']);
21
});
22
23
- it('should return available=true on success request - case: http 200', done => {
+ it('should return nextAvailable time on success request - case: http 200', done => {
24
const scope1 = nock(refreshTokenUri).post(refreshTokenApi)
25
.reply(200, {
26
access_token: 1
0 commit comments