File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ coverage:
66 status :
77 patch :
88 default :
9- target : 83
9+ target : auto
1010 changes : false
1111 project :
1212 default :
Original file line number Diff line number Diff line change @@ -1672,6 +1672,8 @@ class ParseLiveQueryTests: XCTestCase {
16721672 guard let isSubscribed = try ? client. isSubscribed ( query) ,
16731673 let isPending = try ? client. isPendingSubscription ( query) else {
16741674 XCTFail ( " Shound unwrap " )
1675+ expectation1. fulfill ( )
1676+ expectation2. fulfill ( )
16751677 return
16761678 }
16771679 XCTAssertTrue ( isSubscribed)
@@ -1685,6 +1687,8 @@ class ParseLiveQueryTests: XCTestCase {
16851687 installationId: " naw " )
16861688 guard let encoded = try ? ParseCoding . jsonEncoder ( ) . encode ( response) else {
16871689 XCTFail ( " Should encode " )
1690+ expectation1. fulfill ( )
1691+ expectation2. fulfill ( )
16881692 return
16891693 }
16901694 client. received ( encoded)
@@ -1754,6 +1758,8 @@ class ParseLiveQueryTests: XCTestCase {
17541758 installationId: " naw " )
17551759 guard let encoded = try ? ParseCoding . jsonEncoder ( ) . encode ( response) else {
17561760 XCTFail ( " Should have encoded " )
1761+ expectation1. fulfill ( )
1762+ expectation2. fulfill ( )
17571763 return
17581764 }
17591765 client. received ( encoded)
You can’t perform that action at this time.
0 commit comments