prysm-pulse/testing/spectest/minimal/capella/operations/sync_committee_test.go

12 lines
242 B
Go

package operations
import (
"testing"
"github.com/prysmaticlabs/prysm/v3/testing/spectest/shared/capella/operations"
)
func TestMinimal_Capella_Operations_SyncCommittee(t *testing.T) {
operations.RunProposerSlashingTest(t, "minimal")
}