Skip to content

Commit

Permalink
fix test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer committed Jun 13, 2024
1 parent 16a35fe commit c379782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SegmentAppsFlyeriOSTests/SEGAppsFlyerIntegrationTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ - (void)testSEGAppsFlyerIntegration_onConversionDataSuccess_happyflow{
return YES;
}]]);
OCMStub([SEGAnalyticsMock track:[OCMArg checkWithBlock:^BOOL(id obj) {
XCTAssertTrue([obj isEqual:@"GCD_Success"]);
XCTAssertTrue([obj isEqual:@"GCD-Success"]);
return YES;
}] properties:[OCMArg checkWithBlock:^BOOL(id obj) {
XCTAssertTrue([obj isEqualToDictionary:dictionaryInputToAnalytics]);
Expand Down

0 comments on commit c379782

Please sign in to comment.