mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
12 lines
232 B
Go
12 lines
232 B
Go
|
package operations
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/prysmaticlabs/prysm/spectest/shared/phase0/operations"
|
||
|
)
|
||
|
|
||
|
func TestMinimal_Phase0_Operations_ProposerSlashing(t *testing.T) {
|
||
|
operations.RunProposerSlashingTest(t, "minimal")
|
||
|
}
|