Skip to content

Commit a00eb62

Browse files
committed
1 parent b24dbe5 commit a00eb62

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/status_im/integration_test.cljs

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
[compressed-key "zQ3shWj4WaBdf2zYKCkXe6PHxDxNTzZyid1i75879Ue9cX9gA"
232232
public-key
233233
"0x048a6773339d11ccf5fd81677b7e54daeec544a1287bd92b725047ad6faa9a9b9f8ea86ed5a226d2a994f5f46d0b43321fd8de7b7997a166e67905c8c73cd37cea"
234-
three-words-name "Rich Total Pondskater"]
234+
primary-name "zQ3...9cX9gA"]
235235
(rf-test/run-test-async
236236
(initialize-app!)
237237
(rf-test/wait-for
@@ -254,6 +254,6 @@
254254
(rf-test/wait-for
255255
[:contacts/contact-built]
256256
(let [contact @(rf/subscribe [:contacts/current-contact])]
257-
(is (= three-words-name (:primary-name contact))))
257+
(is (= primary-name (:primary-name contact))))
258258
(logout!)
259259
(rf-test/wait-for [::logout/logout-method])))))))))

status-go-version.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
44
"owner": "status-im",
55
"repo": "status-go",
6-
"version": "v0.166.3",
7-
"commit-sha1": "347d875acb290929e93969bee2b2c178d4c50ac2",
8-
"src-sha256": "036vgywbd10pwddam2q9f7sxfan2rbaj8l9khph7wxn2l37476q1"
6+
"version": "v0.166.4",
7+
"commit-sha1": "bf748de216a2061bf14afb2a410599485ee1ee7c",
8+
"src-sha256": "0acpdc8sw6i6zpxyfzahrfbr270ldcf3jv8g4bp4kh59q2mf6bxz"
99
}

0 commit comments

Comments
 (0)