aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/common_test.go
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-05-20 20:53:34 +0800
committerMaran <maran.hidskes@gmail.com>2014-05-20 20:53:34 +0800
commit31e44c2ab959124cbcf2de45385373b9898727bc (patch)
treef9420d332af513f174b6b9608c485178d52a709e /ethutil/common_test.go
parentf5d441473499428964b75924845cf0c7bcaaa5ca (diff)
downloadgo-tangerine-31e44c2ab959124cbcf2de45385373b9898727bc.tar
go-tangerine-31e44c2ab959124cbcf2de45385373b9898727bc.tar.gz
go-tangerine-31e44c2ab959124cbcf2de45385373b9898727bc.tar.bz2
go-tangerine-31e44c2ab959124cbcf2de45385373b9898727bc.tar.lz
go-tangerine-31e44c2ab959124cbcf2de45385373b9898727bc.tar.xz
go-tangerine-31e44c2ab959124cbcf2de45385373b9898727bc.tar.zst
go-tangerine-31e44c2ab959124cbcf2de45385373b9898727bc.zip
Change shorthands
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)
}