mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
12 lines
243 B
Go
12 lines
243 B
Go
package sanity
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/prysmaticlabs/prysm/testing/spectest/shared/phase0/sanity"
|
|
)
|
|
|
|
func TestMinimal_Phase0_Sanity_Blocks(t *testing.T) {
|
|
sanity.RunBlockProcessingTest(t, "minimal", "sanity/blocks/pyspec_tests")
|
|
}
|