github.com/prysmaticlabs/prysm@v1.4.4/spectest/minimal/phase0/epoch_processing/historical_roots_update_test.go (about)

     1  package epoch_processing
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/prysmaticlabs/prysm/spectest/shared/phase0/epoch_processing"
     7  )
     8  
     9  func TestMinimal_Phase0_EpochProcessing_HistoricalRootsUpdate(t *testing.T) {
    10  	epoch_processing.RunHistoricalRootsUpdateTests(t, "minimal")
    11  }