Skip to content

Commit ab19bb5

Browse files
committed
Fix merge
1 parent ba7e7e4 commit ab19bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KeenClientTests/KeenEventTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ - (void)testUploadEventDoesntDuplicateWithMultipleCallsToUpload {
931931
}];
932932
}
933933

934-
[self waitForExpectationsWithTimeout:_asyncTimeInterval
934+
[self waitForExpectationsWithTimeout:kTestExpectationTimeoutInterval
935935
handler:^(NSError *_Nullable error) {
936936
// make sure the events were deleted locally
937937
XCTAssertTrue([client.store getTotalEventCountWithProjectID:nil] == 0,

0 commit comments

Comments
 (0)