mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
8c8f59e242
* Fix sha after v0.12.3 tarballs were re-uploaded. Unskip test to resolve #7277.
10 lines
118 B
Go
10 lines
118 B
Go
package testing
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestSZZStatic_Mainnet(t *testing.T) {
|
|
runSSZStaticTests(t, "mainnet")
|
|
}
|