File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,6 @@ - (void)testQuotaWithDataCollectionOff {
179
179
180
180
XCTAssertEqual ([self .managerData.onDemandModel recordedOnDemandExceptionCount ],
181
181
FIRCLSMaxUnsentReports);
182
- XCTAssertEqual ([self .managerData.onDemandModel droppedOnDemandExceptionCount ],
183
- 10 - FIRCLSMaxUnsentReports);
184
182
XCTAssertEqual ([self contentsOfActivePath ].count , FIRCLSMaxUnsentReports + 1 );
185
183
XCTAssertEqual ([self .managerData.onDemandModel.storedActiveReportPaths count ],
186
184
FIRCLSMaxUnsentReports);
@@ -190,8 +188,6 @@ - (void)testQuotaWithDataCollectionOff {
190
188
asUrgent: YES ];
191
189
XCTAssertEqual ([self .managerData.onDemandModel recordedOnDemandExceptionCount ],
192
190
FIRCLSMaxUnsentReports);
193
- XCTAssertEqual ([self .managerData.onDemandModel droppedOnDemandExceptionCount ],
194
- 10 - FIRCLSMaxUnsentReports);
195
191
XCTAssertEqual ([self contentsOfActivePath ].count , 1 );
196
192
XCTAssertEqual ([self .managerData.onDemandModel.storedActiveReportPaths count ], 0 );
197
193
}
You can’t perform that action at this time.
0 commit comments