prysm-pulse/testing/spectest/mainnet/bellatrix/sanity/slots_test.go

12 lines
221 B
Go
Raw Normal View History

package sanity
import (
"testing"
"github.com/prysmaticlabs/prysm/v3/testing/spectest/shared/bellatrix/sanity"
)
func TestMainnet_Bellatrix_Sanity_Slots(t *testing.T) {
sanity.RunSlotProcessingTests(t, "mainnet")
}