diff options
author | Maran <maran.hidskes@gmail.com> | 2014-05-20 20:53:34 +0800 |
---|---|---|
committer | Maran <maran.hidskes@gmail.com> | 2014-05-20 20:53:34 +0800 |
commit | 31e44c2ab959124cbcf2de45385373b9898727bc (patch) | |
tree | f9420d332af513f174b6b9608c485178d52a709e /ethutil/common_test.go | |
parent | f5d441473499428964b75924845cf0c7bcaaa5ca (diff) | |
download | dexon-31e44c2ab959124cbcf2de45385373b9898727bc.tar dexon-31e44c2ab959124cbcf2de45385373b9898727bc.tar.gz dexon-31e44c2ab959124cbcf2de45385373b9898727bc.tar.bz2 dexon-31e44c2ab959124cbcf2de45385373b9898727bc.tar.lz dexon-31e44c2ab959124cbcf2de45385373b9898727bc.tar.xz dexon-31e44c2ab959124cbcf2de45385373b9898727bc.tar.zst dexon-31e44c2ab959124cbcf2de45385373b9898727bc.zip |
Change shorthands
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) } |