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