We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f16835 commit 33a701dCopy full SHA for 33a701d
Crashlytics/UnitTests/FIRCLSReportUploaderTests.m
@@ -284,6 +284,9 @@ - (void)runUploadPackagedReportWithUrgency:(BOOL)urgent {
284
asUrgent:urgent];
285
286
XCTAssertNotNil(self.mockDataTransport.sendDataEvent_event);
287
+
288
+ // Wait a little bit for the file to be removed.
289
+ [NSRunLoop.currentRunLoop runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.1]];
290
XCTAssertEqualObjects(self.fileManager.removedItemAtPath_path, [self packagePath]);
291
}
292
0 commit comments