Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yenda committed Aug 13, 2018
1 parent 96ac6eb commit 1769bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cljs/status_im/test/utils/ethereum/ens.cljs
Expand Up @@ -3,8 +3,8 @@
[status-im.utils.ethereum.ens :as ens]))

(deftest namehash
(is (= ens/default-namehash (ens/namehash nil)))
(is (= ens/default-namehash (ens/namehash "")))
(is (= (str "0x" ens/default-namehash) (ens/namehash nil)))
(is (= (str "0x" ens/default-namehash) (ens/namehash "")))
(is (= "0x93cdeb708b7545dc668eb9280176169d1c33cfd8ed6f04690a0bcc88a93fc4ae"
(ens/namehash "eth")))
(is (= "0xde9b09fd7c5f901e23a3f19fecc54828e9c848539801e86591bd9801b019f84f"
Expand Down

0 comments on commit 1769bfb

Please sign in to comment.