Skip to content

Commit 0c830ce

Browse files
authored
Update CloudCode.spec.js
Signed-off-by: Rikard Teodorsson <[email protected]>
1 parent 6085f28 commit 0c830ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/CloudCode.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,7 @@ describe('beforeFind hooks', () => {
25272527
expect(req.context.a).toEqual('a');
25282528
});
25292529
const query = new Parse.Query('TestObject');
2530-
return query.include('pointerField').find({ context: { a: 'a' } });
2530+
await query.include('pointerField').find({ context: { a: 'a' } });
25312531
});
25322532
});
25332533

0 commit comments

Comments
 (0)