From 5b5a14722729eb6a6259246aca1de54a6a3fee46 Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Thu, 20 Feb 2020 15:04:27 +0800 Subject: [PATCH] account/abi/bind: fix test name --- accounts/abi/bind/bind_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/bind/bind_test.go b/accounts/abi/bind/bind_test.go index 697c3ebe0a..bbc6d8a45a 100644 --- a/accounts/abi/bind/bind_test.go +++ b/accounts/abi/bind/bind_test.go @@ -1589,7 +1589,7 @@ var bindTests = []struct { // Tests that packages generated by the binder can be successfully compiled and // the requested tester run against it. -func TestGolangBindingTestOverloads(t *testing.T) { +func TestGolangBindings(t *testing.T) { // Skip the test if no Go command can be found gocmd := runtime.GOROOT() + "/bin/go" if !common.FileExist(gocmd) {