github.com/cosmos/cosmos-sdk@v0.50.10/types/codec_test.go (about)

     1  package types
     2  
     3  import (
     4  	"testing"
     5  
     6  	"cosmossdk.io/collections/colltest"
     7  	"cosmossdk.io/math"
     8  )
     9  
    10  func TestIntValue(t *testing.T) {
    11  	colltest.TestValueCodec(t, IntValue, math.NewInt(10005994859))
    12  }