Skip to content

Commit 508cb3e

Browse files
committed
Update BNCPreferenceHelperTests.m
1 parent f7af9eb commit 508cb3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Branch-TestBed/Branch-SDK-Tests/BNCPreferenceHelperTests.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ - (void)testSaveBranchAnalyticsData {
416416
NSString *dummySessionID = @"testSession123";
417417
NSDictionary *dummyAnalyticsData = @{ @"key1": @"value1", @"key2": @"value2" };
418418

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

422421
[[BNCPreferenceHelper sharedInstance] saveBranchAnalyticsData:dummyAnalyticsData];

0 commit comments

Comments
 (0)