diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-20 23:09:44 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-20 23:09:44 +0800 |
commit | 4b13f93a3e0f2901a8e1aa38dfef115e24c63ef0 (patch) | |
tree | d4622ae52bcc4c158aa26cf171a306979307bfc9 /ethutil/common_test.go | |
parent | 6efdd21633c1d21f36080754a89ad82c0c244128 (diff) | |
parent | c37b3cef7dc465832761b1da6761eeaa47e368d1 (diff) | |
download | dexon-4b13f93a3e0f2901a8e1aa38dfef115e24c63ef0.tar dexon-4b13f93a3e0f2901a8e1aa38dfef115e24c63ef0.tar.gz dexon-4b13f93a3e0f2901a8e1aa38dfef115e24c63ef0.tar.bz2 dexon-4b13f93a3e0f2901a8e1aa38dfef115e24c63ef0.tar.lz dexon-4b13f93a3e0f2901a8e1aa38dfef115e24c63ef0.tar.xz dexon-4b13f93a3e0f2901a8e1aa38dfef115e24c63ef0.tar.zst dexon-4b13f93a3e0f2901a8e1aa38dfef115e24c63ef0.zip |
Merge branch 'release/poc5-rc7'
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) } |