aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/common_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-20 21:02:53 +0800
committerobscuren <geffobscura@gmail.com>2014-05-20 21:02:53 +0800
commit0c4040d191662593b627048e35dde6a9ec1ce307 (patch)
treeb5d75f0a69ebe069bfb6b6aca3adc7e4fb012436 /ethutil/common_test.go
parent2bd377a3de54652923558b63cc8756531269e36e (diff)
parent31e44c2ab959124cbcf2de45385373b9898727bc (diff)
downloaddexon-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.go6
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)
}