Skip to content

Commit 0c5260e

Browse files
committed
Remove failing tests for obsolete constants
1 parent 0bd4cf3 commit 0c5260e

File tree

2 files changed

+2
-37
lines changed

2 files changed

+2
-37
lines changed

examples/webview_example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ DEPENDENCIES:
8484
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
8585

8686
SPEC REPOS:
87-
https://github.com/cocoapods/specs.git:
87+
trunk:
8888
- boost-for-react-native
8989
- Branch
9090
- DoubleConversion
@@ -121,4 +121,4 @@ SPEC CHECKSUMS:
121121

122122
PODFILE CHECKSUM: dc80f3ddb20f97698e6bb83eb449978b5fb673ec
123123

124-
COCOAPODS: 1.7.5
124+
COCOAPODS: 1.8.4

native-tests/ios/NativeTestsTests/RNBranchTests.m

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -38,41 +38,6 @@ - (void)testInitSessionErrorConstant
3838
ASSERT_CONSTANT(@"INIT_SESSION_ERROR", kRNBranchInitSessionError);
3939
}
4040

41-
- (void)testAddToCartEventConstant
42-
{
43-
ASSERT_CONSTANT(@"ADD_TO_CART_EVENT", BNCAddToCartEvent);
44-
}
45-
46-
- (void)testAddToWishlistEventConstant
47-
{
48-
ASSERT_CONSTANT(@"ADD_TO_WISHLIST_EVENT", BNCAddToWishlistEvent);
49-
}
50-
51-
- (void)testPurchasedEventConstant
52-
{
53-
ASSERT_CONSTANT(@"PURCHASED_EVENT", BNCPurchasedEvent);
54-
}
55-
56-
- (void)testPurchaseInitiatedEventConstant
57-
{
58-
ASSERT_CONSTANT(@"PURCHASE_INITIATED_EVENT", BNCPurchaseInitiatedEvent);
59-
}
60-
61-
- (void)testRegisterViewEventConstant
62-
{
63-
ASSERT_CONSTANT(@"REGISTER_VIEW_EVENT", BNCRegisterViewEvent);
64-
}
65-
66-
- (void)testShareCompletedEventConstant
67-
{
68-
ASSERT_CONSTANT(@"SHARE_COMPLETED_EVENT", BNCShareCompletedEvent);
69-
}
70-
71-
- (void)testShareInitiatedEventConstant
72-
{
73-
ASSERT_CONSTANT(@"SHARE_INITIATED_EVENT", BNCShareInitiatedEvent);
74-
}
75-
7641
- (void)testStandardAddtoCartEventConstant
7742
{
7843
ASSERT_CONSTANT(@"STANDARD_EVENT_ADD_TO_CART", BranchStandardEventAddToCart);

0 commit comments

Comments
 (0)