mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
10 lines
118 B
Go
10 lines
118 B
Go
|
package testing
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestSSZStatic_Minimal(t *testing.T) {
|
||
|
runSSZStaticTests(t, "minimal")
|
||
|
}
|