Skip to content

Commit 890c78d

Browse files
committed
test: run tests
1 parent cddfae4 commit 890c78d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

test/app/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const App: () => React$Node = () => {
4848
}
4949

5050
var urlOverwrite = "";
51-
var ipAddress = "192.168.8.63";
51+
var ipAddress = "192.168.8.38";
5252
if (Platform.OS === "android") {
5353
urlOverwrite = "https://" + ipAddress + ":8443";
5454
} else if (Platform.OS === "ios") {

test/app/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- Adjust/Adjust (= 5.0.1)
44
- Adjust/Adjust (5.0.1):
55
- AdjustSignature (~> 3.18)
6-
- AdjustSignature (3.20.2)
6+
- AdjustSignature (3.35.1)
77
- boost (1.84.0)
88
- DoubleConversion (1.1.6)
99
- FBLazyVector (0.75.2)
@@ -1242,10 +1242,10 @@ PODS:
12421242
- ReactCommon/turbomodule/bridging
12431243
- ReactCommon/turbomodule/core
12441244
- Yoga
1245-
- react-native-adjust (5.0.2):
1245+
- react-native-adjust (5.0.3):
12461246
- Adjust (= 5.0.1)
12471247
- React-Core
1248-
- react-native-adjust-test (5.0.2):
1248+
- react-native-adjust-test (5.0.3):
12491249
- React
12501250
- React-nativeconfig (0.75.2)
12511251
- React-NativeModulesApple (0.75.2):
@@ -1717,7 +1717,7 @@ EXTERNAL SOURCES:
17171717

17181718
SPEC CHECKSUMS:
17191719
Adjust: f27daaa40d0df5550b89dd428cd8545d812e1f6d
1720-
AdjustSignature: f42d8c64cda8361ff5b5a31e4536d82076be4306
1720+
AdjustSignature: 3d91f56861c28ae12b0377a8dcf3cc94ab239166
17211721
boost: 4cb898d0bf20404aab1850c656dcea009429d6c1
17221722
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
17231723
FBLazyVector: 38bb611218305c3bc61803e287b8a81c6f63b619
@@ -1753,8 +1753,8 @@ SPEC CHECKSUMS:
17531753
React-logger: 8db32983d75dc2ad54f278f344ccb9b256e694fc
17541754
React-Mapbuffer: 1c08607305558666fd16678b85ef135e455d5c96
17551755
React-microtasksnativemodule: 87b8de96f937faefece8afd2cb3a518321b2ef99
1756-
react-native-adjust: 6a73063a62fb0f21dd2220f15b315c1e323268b0
1757-
react-native-adjust-test: 147ae467b75a34973d4024ff00c476cd819dd4a0
1756+
react-native-adjust: 59b523d8ef1dc2c0516fb7120ed04cdfc5510a90
1757+
react-native-adjust-test: ff7a6d4b8e60ad140c5543723c319801f468b29a
17581758
React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d
17591759
React-NativeModulesApple: 7ff2e2cfb2e5fa5bdedcecf28ce37e696c6ef1e1
17601760
React-perflogger: 8a360ccf603de6ddbe9ff8f54383146d26e6c936
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)