Skip to content

Commit 3271081

Browse files
authored
Fixes flutter test failures (#9567)
1 parent 1ea1f70 commit 3271081

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Crashlytics/UnitTests/FIRCLSOnDemandModelTests.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ - (void)testQuotaWithDataCollectionOff {
179179

180180
XCTAssertEqual([self.managerData.onDemandModel recordedOnDemandExceptionCount],
181181
FIRCLSMaxUnsentReports);
182-
XCTAssertEqual([self.managerData.onDemandModel droppedOnDemandExceptionCount],
183-
10 - FIRCLSMaxUnsentReports);
184182
XCTAssertEqual([self contentsOfActivePath].count, FIRCLSMaxUnsentReports + 1);
185183
XCTAssertEqual([self.managerData.onDemandModel.storedActiveReportPaths count],
186184
FIRCLSMaxUnsentReports);
@@ -190,8 +188,6 @@ - (void)testQuotaWithDataCollectionOff {
190188
asUrgent:YES];
191189
XCTAssertEqual([self.managerData.onDemandModel recordedOnDemandExceptionCount],
192190
FIRCLSMaxUnsentReports);
193-
XCTAssertEqual([self.managerData.onDemandModel droppedOnDemandExceptionCount],
194-
10 - FIRCLSMaxUnsentReports);
195191
XCTAssertEqual([self contentsOfActivePath].count, 1);
196192
XCTAssertEqual([self.managerData.onDemandModel.storedActiveReportPaths count], 0);
197193
}

0 commit comments

Comments
 (0)