Skip to content

Commit 89b3eb1

Browse files
committed
Remove duplicate line
1 parent 717f9c8 commit 89b3eb1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/testbed_simple/ios/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ SPEC CHECKSUMS:
181181
React-jsi: c2b6e57836bcae2677a036384111dc2c58e94369
182182
React-jsiexecutor: d9023c5c199114d2b6f38ec861a4d923c73d0735
183183
React-jsinspector: 817b64f3c8a807f09d78620f4f505868d89b26f3
184-
react-native-branch: af3869de6167a09920ae2e69a7865133cfa2097a
184+
react-native-branch: ed90b087f2ff6a2f81643ead0b321531877f2e69
185185
React-RCTActionSheet: 9c42321fd5652515d706dd722c5a10b1970d7ec8
186186
React-RCTAnimation: fabb087dde8964c9a835a7fabd0e7e5701787913
187187
React-RCTBlob: 93f34281d9c9c9e216b25824309eed9fe22a5d41

test/BranchSubscriber.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ test('will return a cached event when appropriate', done => {
6565
...mockResult.params,
6666
'+rn_cached_initial_event': true,
6767
}
68-
expectedParams['+rn_cached_initial_event'] = true
6968
const expectedResult = {
7069
params: expectedParams,
7170
error: mockResult.error,

0 commit comments

Comments
 (0)