mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-01 07:51:21 +00:00
12 lines
240 B
Go
12 lines
240 B
Go
package operations
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/prysmaticlabs/prysm/testing/spectest/shared/phase0/operations"
|
|
)
|
|
|
|
func TestMinimal_Phase0_Operations_AttesterSlashing(t *testing.T) {
|
|
operations.RunAttesterSlashingTest(t, "minimal")
|
|
}
|