Skip to content

Commit

Permalink
Update BranchClassTests.m
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Sep 27, 2023
1 parent 5279fc2 commit 05237c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Branch-TestBed/Branch-SDK-Tests/BranchClassTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ - (void)testGetFirstReferringParams {

- (void)testGetLatestReferringParams {
NSString *sessionParamsString = @"{\"+clicked_branch_link\":true,\"+is_first_session\":false}";
// Assume setSessionParams: exists or use a method to mock sessionParams
[[BNCPreferenceHelper sharedInstance] setSessionParams:sessionParamsString];

NSDictionary *result = [self.branch getLatestReferringParams];
Expand All @@ -177,7 +176,6 @@ - (void)testGetLatestReferringParams {

- (void)testGetLatestReferringParamsSynchronous {
NSString *sessionParamsString = @"{\"+clicked_branch_link\":true,\"+is_first_session\":false}";
// Assume setSessionParams: exists or use a method to mock sessionParams
[[BNCPreferenceHelper sharedInstance] setSessionParams:sessionParamsString];

NSDictionary *result = [self.branch getLatestReferringParamsSynchronous];
Expand Down

0 comments on commit 05237c0

Please sign in to comment.