Skip to content

Commit 2d9de4e

Browse files
change name of test method
1 parent 64bff23 commit 2d9de4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK-Tests/BNCPreInitBlockTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ - (void)tearDown {
2525
[self.prefHelper setRequestMetadataKey:@"$marketing_cloud_visitor_id" value:@"dummy"];
2626
}
2727

28-
- (void)testDispatchInitSession {
28+
- (void)testPreInitBlock {
2929
__block XCTestExpectation *expectation = [self expectationWithDescription:@""];
3030

3131
[self.branch dispatchPreInitBlock:^{

0 commit comments

Comments
 (0)