mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
dfd740414f
* Update spectests to v1.1.0-beta.1 from hf1 branch * fix params loading * Altair: operations spectests * gazelle and nosec on trusted variable inputs * remove legacy statement from spectest/minimal/altair/operations/BUILD.bazel
12 lines
226 B
Go
12 lines
226 B
Go
package operations
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/prysmaticlabs/prysm/spectest/shared/altair/operations"
|
|
)
|
|
|
|
func TestMainnet_Altair_Operations_SyncCommittee(t *testing.T) {
|
|
operations.RunSyncCommitteeTest(t, "mainnet")
|
|
}
|