Skip to content

Commit

Permalink
Update CloudCode.spec.js
Browse files Browse the repository at this point in the history
Signed-off-by: Rikard Teodorsson <9367038+hej2010@users.noreply.github.com>
  • Loading branch information
hej2010 authored Sep 26, 2023
1 parent 6085f28 commit 0c830ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/CloudCode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2527,7 +2527,7 @@ describe('beforeFind hooks', () => {
expect(req.context.a).toEqual('a');
});
const query = new Parse.Query('TestObject');
return query.include('pointerField').find({ context: { a: 'a' } });
await query.include('pointerField').find({ context: { a: 'a' } });
});
});

Expand Down

0 comments on commit 0c830ce

Please sign in to comment.