File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1332,7 +1332,7 @@ describe('ParseLiveQuery', function () {
1332
1332
const subscription = await query . subscribe ( ) ;
1333
1333
subscription . on ( 'create' , ( ) => { } ) ;
1334
1334
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
1336
1336
const object1 = new TestObject ( ) ;
1337
1337
object1 . set ( 'childs' , [ child3 ] ) ;
1338
1338
await object1 . save ( ) ;
@@ -1358,7 +1358,7 @@ describe('ParseLiveQuery', function () {
1358
1358
const subscription = await query . subscribe ( ) ;
1359
1359
subscription . on ( 'create' , ( ) => { } ) ;
1360
1360
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
1362
1362
const object1 = new TestObject ( ) ;
1363
1363
object1 . set ( 'child' , null ) ;
1364
1364
await object1 . save ( ) ;
You can’t perform that action at this time.
0 commit comments