Skip to content

Commit

Permalink
Update spec/ParseObject.spec.js
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel <[email protected]>
  • Loading branch information
mtrezza authored Nov 27, 2023
1 parent 670031d commit 65d5bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseObject.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ describe('Parse.Object testing', () => {
await object.save();
});

it('regression test for #8772 (increment should be atomic)', async () => {
it('increments atomically', async () => {
Parse.Object.disableSingleInstance();

Parse.Cloud.beforeSave('Parent', (req) => {});
Expand Down

0 comments on commit 65d5bcf

Please sign in to comment.