mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
12 lines
208 B
Go
12 lines
208 B
Go
|
package ssz_static
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/prysmaticlabs/prysm/spectest/shared/phase0/ssz_static"
|
||
|
)
|
||
|
|
||
|
func TestMinimal_Phase0_SSZStatic(t *testing.T) {
|
||
|
ssz_static.RunSSZStaticTests(t, "minimal")
|
||
|
}
|