Skip to content

Commit 94ebbb0

Browse files
committed
test
1 parent 584fb03 commit 94ebbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/PushController.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ describe('PushController', () => {
10741074
const audience = new Parse.Object('_Audience');
10751075
audience.set('name', 'testAudience');
10761076
audience.set('query', JSON.stringify(where));
1077-
await Parse.Object.saveAll(audience);
1077+
await audience.save(null, { useMasterKey: true });
10781078
await query.find({ useMasterKey: true }).then(parseResults);
10791079

10801080
const body = {

0 commit comments

Comments
 (0)