mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
12 lines
204 B
Go
12 lines
204 B
Go
|
package sanity
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/prysmaticlabs/prysm/spectest/shared/altair/sanity"
|
||
|
)
|
||
|
|
||
|
func TestMainnet_Altair_Sanity_Slots(t *testing.T) {
|
||
|
sanity.RunSlotProcessingTests(t, "mainnet")
|
||
|
}
|