github.com/prysmaticlabs/prysm@v1.4.4/spectest/minimal/phase0/epoch_processing/slashings_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_Slashings(t *testing.T) {
    10  	epoch_processing.RunSlashingsTests(t, "minimal")
    11  }