Skip to content

Commit 1d4b48f

Browse files
committed
deleted unused code
1 parent e2178d5 commit 1d4b48f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/triggers/getContacts.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ describe('Outlook Contacts', function test() {
4040
let calls = self.emit.calls;
4141
expect(calls.count()).toEqual(4);
4242
expect(calls.argsFor(0)[0]).toEqual('updateKeys');
43-
expect(calls.argsFor(1)[0]).toEqual('data');
4443
const [firstEvent, firstEmitData] = calls.argsFor(1);
4544
expect(firstEvent).toBe('data');
46-
console.dir(firstEmitData);
4745
expect(firstEmitData.body).toEqual(Object.assign(
4846
_.omit(jsonOut.value[0], '@odata.etag'),
4947
{

0 commit comments

Comments
 (0)