github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/x/token/beginblocker_test.go (about)

     1  package token
     2  
     3  import "testing"
     4  
     5  func TestBeginBlocker(t *testing.T) {
     6  	ctx, kpr, _, _ := CreateParam(t, false)
     7  
     8  	beginBlocker(ctx, kpr)
     9  }