Skip to content

Commit bcc0fb3

Browse files
fix: minor fix
1 parent 512fb93 commit bcc0fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/ParseLiveQuery.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ describe('ParseLiveQuery', function () {
13321332
const subscription = await query.subscribe();
13331333
subscription.on('create', () => {});
13341334

1335-
// Do not need any expect block, just make sure that the server doesnt crash or throw error
1335+
// Do not need any expect block, just make sure that the server doesn't crash or throw error
13361336
const object1 = new TestObject();
13371337
object1.set('childs', [child3]);
13381338
await object1.save();
@@ -1358,7 +1358,7 @@ describe('ParseLiveQuery', function () {
13581358
const subscription = await query.subscribe();
13591359
subscription.on('create', () => {});
13601360

1361-
// Do not need any expect block, just make sure that the server doesnt crash or throw error
1361+
// Do not need any expect block, just make sure that the server doesn't crash or throw error
13621362
const object1 = new TestObject();
13631363
object1.set('child', null);
13641364
await object1.save();

0 commit comments

Comments
 (0)