mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-01 07:51:21 +00:00
12 lines
249 B
Go
12 lines
249 B
Go
|
package sanity
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/prysmaticlabs/prysm/testing/spectest/shared/bellatrix/sanity"
|
||
|
)
|
||
|
|
||
|
func TestMainnet_Bellatrix_Sanity_Blocks(t *testing.T) {
|
||
|
sanity.RunBlockProcessingTest(t, "mainnet", "sanity/blocks/pyspec_tests")
|
||
|
}
|