account/abi/bind: fix test name

This commit is contained in:
rjl493456442 2020-02-20 15:04:27 +08:00
parent 8f1377585c
commit 5b5a147227

View file

@ -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) {