github.com/prysmaticlabs/prysm@v1.4.4/spectest/mainnet/phase0/shuffling/core/shuffle/shuffle_test.go (about) 1 package shuffle 2 3 import ( 4 "testing" 5 6 "github.com/prysmaticlabs/prysm/spectest/shared/phase0/shuffling/core/shuffle" 7 ) 8 9 func TestMainnet_Phase0_Shuffling_Core_Shuffle(t *testing.T) { 10 shuffle.RunShuffleTests(t, "mainnet") 11 }