mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 11:11:20 +00:00
12 lines
242 B
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")
|
|
}
|