Skip to content

Commit e56de7c

Browse files
alljinxmtrezza
andauthored
Update spec/CloudCodeLogger.spec.js
Co-authored-by: Manuel <[email protected]> Signed-off-by: alljinx <[email protected]>
1 parent 4030f90 commit e56de7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/CloudCodeLogger.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,7 @@ describe('Cloud Code Logger', () => {
198198

199199
Parse.Cloud.run('aFunction', { foo: 'bar' }).then(() => {
200200
const log = spy.calls.allArgs().find(log => log[1].startsWith('Ran cloud function '))?.[0];
201-
202201
expect(log).toEqual('warn');
203-
204202
done();
205203
});
206204
});

0 commit comments

Comments
 (0)