aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/common_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-10 08:01:09 +0800
committerobscuren <geffobscura@gmail.com>2014-05-10 08:01:09 +0800
commitc03bf14e02fe7f13944b71f5370b1d7bd5978ffe (patch)
tree4e0b563bfa1c44088fbf6d2553378288ea59b564 /ethutil/common_test.go
parentafe83af219c2146e022f6665cf30097b582d3e79 (diff)
downloadgo-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.go2
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)
}