prysm-pulse/proto/testing/ssz_static_mainnet_test.go
Preston Van Loon 8c8f59e242
Fix sha after v0.12.3 tarballs were re-uploaded. Unskip test to resolve #7277. (#7292)
* Fix sha after v0.12.3 tarballs were re-uploaded. Unskip test to resolve #7277.
2020-09-21 22:22:19 +00:00

10 lines
118 B
Go

package testing
import (
"testing"
)
func TestSZZStatic_Mainnet(t *testing.T) {
runSSZStaticTests(t, "mainnet")
}