File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 sdk "github.com/cosmos/cosmos-sdk/types"
1212)
1313
14- func PrepareCleanup (t * testing.T ) {
14+ func prepareCleanup (t * testing.T ) {
1515 // preserve current Bech32 settings and restore them after test completion
1616 x , y := sdk .GetConfig ().GetBech32AccountAddrPrefix (), sdk .GetConfig ().GetBech32AccountPubPrefix ()
1717 c := sdk .IsAddrCacheEnabled ()
@@ -29,7 +29,7 @@ func PrepareCleanup(t *testing.T) {
2929
3030func TestBuildContractAddressClassic (t * testing.T ) {
3131 // set cleanup function
32- PrepareCleanup (t )
32+ prepareCleanup (t )
3333 // prepare test data
3434 specs := []struct {
3535 codeId uint64
@@ -71,7 +71,7 @@ func TestBuildContractAddressClassic(t *testing.T) {
7171
7272func TestBuildContractAddressPredictable (t * testing.T ) {
7373 // set cleanup function
74- PrepareCleanup (t )
74+ prepareCleanup (t )
7575 // test vectors generated via cosmjs: https://github.com/cosmos/cosmjs/pull/1253/files
7676 type Spec struct {
7777 In struct {
You can’t perform that action at this time.
0 commit comments