Skip to content

Commit e7a03ca

Browse files
committed
rename it
1 parent 7c8ba67 commit e7a03ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/actions/findNextAvailableTime.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('Outlook Find next available time', function test() {
2020
self = jasmine.createSpyObj('self', ['emit']);
2121
});
2222

23-
it('should return available=true on success request - case: http 200', done => {
23+
it('should return nextAvailable time on success request - case: http 200', done => {
2424
const scope1 = nock(refreshTokenUri).post(refreshTokenApi)
2525
.reply(200, {
2626
access_token: 1

0 commit comments

Comments
 (0)