Skip to content

Commit 4d12059

Browse files
committed
test: run final e2e tests
1 parent 19eaffe commit 4d12059

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
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.86.80";
51+
var ipAddress = "192.168.8.63";
5252
if (Platform.OS === "android") {
5353
urlOverwrite = "https://" + ipAddress + ":8443";
5454
} else if (Platform.OS === "ios") {
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)