diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-20 21:02:53 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-20 21:02:53 +0800 |
commit | 0c4040d191662593b627048e35dde6a9ec1ce307 (patch) | |
tree | b5d75f0a69ebe069bfb6b6aca3adc7e4fb012436 /ethutil/common_test.go | |
parent | 2bd377a3de54652923558b63cc8756531269e36e (diff) | |
parent | 31e44c2ab959124cbcf2de45385373b9898727bc (diff) | |
download | dexon-0c4040d191662593b627048e35dde6a9ec1ce307.tar dexon-0c4040d191662593b627048e35dde6a9ec1ce307.tar.gz dexon-0c4040d191662593b627048e35dde6a9ec1ce307.tar.bz2 dexon-0c4040d191662593b627048e35dde6a9ec1ce307.tar.lz dexon-0c4040d191662593b627048e35dde6a9ec1ce307.tar.xz dexon-0c4040d191662593b627048e35dde6a9ec1ce307.tar.zst dexon-0c4040d191662593b627048e35dde6a9ec1ce307.zip |
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
Diffstat (limited to 'ethutil/common_test.go')
-rw-r--r-- | ethutil/common_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ethutil/common_test.go b/ethutil/common_test.go index 8031f08ab..2667eaf3a 100644 --- a/ethutil/common_test.go +++ b/ethutil/common_test.go @@ -26,15 +26,15 @@ func TestCommon(t *testing.T) { t.Error("Got", szabo) } - if vito != "10 Vita" { + if vito != "10 Shannon" { t.Error("Got", vito) } - if turing != "10 Turing" { + if turing != "10 Babbage" { t.Error("Got", turing) } - if eins != "10 Eins" { + if eins != "10 Ada" { t.Error("Got", eins) } |