File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments