github.com/prysmaticlabs/prysm@v1.4.4/beacon-chain/cache/cache_test.go (about)

     1  package cache
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestMain(m *testing.M) {
     8  	m.Run()
     9  }