Skip to content

Commit

Permalink
Update BNCPreferenceHelperTests.m
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Oct 18, 2023
1 parent f7af9eb commit 508cb3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Branch-TestBed/Branch-SDK-Tests/BNCPreferenceHelperTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ - (void)testSaveBranchAnalyticsData {
NSString *dummySessionID = @"testSession123";
NSDictionary *dummyAnalyticsData = @{ @"key1": @"value1", @"key2": @"value2" };

// Assuming there's a method or property to set the sessionID
[BNCPreferenceHelper sharedInstance].sessionID = dummySessionID;

[[BNCPreferenceHelper sharedInstance] saveBranchAnalyticsData:dummyAnalyticsData];
Expand Down

0 comments on commit 508cb3e

Please sign in to comment.