prysm-pulse/testing/spectest/mainnet/deneb/random/random_test.go

12 lines
237 B
Go
Raw Normal View History

2023-08-08 18:13:38 +00:00
package random
import (
"testing"
"github.com/prysmaticlabs/prysm/v5/testing/spectest/shared/deneb/sanity"
2023-08-08 18:13:38 +00:00
)
func TestMainnet_Deneb_Random(t *testing.T) {
sanity.RunBlockProcessingTest(t, "mainnet", "random/random/pyspec_tests")
}