From c9cab4d2bc71946578805250d98049efa9f8a5f0 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Tue, 4 Feb 2025 16:15:11 -0800 Subject: [PATCH] update tests --- accounts/abi/abigen/testdata/v2/numericmethodname.go.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/accounts/abi/abigen/testdata/v2/numericmethodname.go.txt b/accounts/abi/abigen/testdata/v2/numericmethodname.go.txt index 2cb36bce57..c756609044 100644 --- a/accounts/abi/abigen/testdata/v2/numericmethodname.go.txt +++ b/accounts/abi/abigen/testdata/v2/numericmethodname.go.txt @@ -49,10 +49,10 @@ func (c *NumericMethodName) Instance(backend bind.ContractBackend, addr common.A return bind.NewBoundContract(backend, addr, c.abi) } -// E1test0 is a free data retrieval call binding the contract method 0xffa02795. +// E1test is a free data retrieval call binding the contract method 0xffa02795. // // Solidity: function _1test() pure returns() -func (numericMethodName *NumericMethodName) PackE1test0() []byte { +func (numericMethodName *NumericMethodName) PackE1test() []byte { enc, err := numericMethodName.abi.Pack("_1test") if err != nil { panic(err) @@ -60,10 +60,10 @@ func (numericMethodName *NumericMethodName) PackE1test0() []byte { return enc } -// E1test is a free data retrieval call binding the contract method 0xd02767c7. +// E1test0 is a free data retrieval call binding the contract method 0xd02767c7. // // Solidity: function __1test() pure returns() -func (numericMethodName *NumericMethodName) PackE1test() []byte { +func (numericMethodName *NumericMethodName) PackE1test0() []byte { enc, err := numericMethodName.abi.Pack("__1test") if err != nil { panic(err)