diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-10 08:01:09 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-10 08:01:09 +0800 |
commit | c03bf14e02fe7f13944b71f5370b1d7bd5978ffe (patch) | |
tree | 4e0b563bfa1c44088fbf6d2553378288ea59b564 /ethutil/common_test.go | |
parent | afe83af219c2146e022f6665cf30097b582d3e79 (diff) | |
download | go-tangerine-c03bf14e02fe7f13944b71f5370b1d7bd5978ffe.tar go-tangerine-c03bf14e02fe7f13944b71f5370b1d7bd5978ffe.tar.gz go-tangerine-c03bf14e02fe7f13944b71f5370b1d7bd5978ffe.tar.bz2 go-tangerine-c03bf14e02fe7f13944b71f5370b1d7bd5978ffe.tar.lz go-tangerine-c03bf14e02fe7f13944b71f5370b1d7bd5978ffe.tar.xz go-tangerine-c03bf14e02fe7f13944b71f5370b1d7bd5978ffe.tar.zst go-tangerine-c03bf14e02fe7f13944b71f5370b1d7bd5978ffe.zip |
Fixed some tests
Diffstat (limited to 'ethutil/common_test.go')
-rw-r--r-- | ethutil/common_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethutil/common_test.go b/ethutil/common_test.go index b5c733ff3..8031f08ab 100644 --- a/ethutil/common_test.go +++ b/ethutil/common_test.go @@ -26,7 +26,7 @@ func TestCommon(t *testing.T) { t.Error("Got", szabo) } - if vito != "10 Vito" { + if vito != "10 Vita" { t.Error("Got", vito) } |