From c379782f4bb705acee309d106159b9f2aba11b19 Mon Sep 17 00:00:00 2001 From: Moris Gateno Date: Thu, 13 Jun 2024 12:13:01 +0300 Subject: [PATCH] fix test #2 --- SegmentAppsFlyeriOSTests/SEGAppsFlyerIntegrationTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SegmentAppsFlyeriOSTests/SEGAppsFlyerIntegrationTests.m b/SegmentAppsFlyeriOSTests/SEGAppsFlyerIntegrationTests.m index b83a908..104b041 100644 --- a/SegmentAppsFlyeriOSTests/SEGAppsFlyerIntegrationTests.m +++ b/SegmentAppsFlyeriOSTests/SEGAppsFlyerIntegrationTests.m @@ -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]);