prysm-pulse/spectest/minimal/altair/operations/proposer_slashing_test.go
Preston Van Loon dfd740414f
Altair: operations spectests (#9413)
* Update spectests to v1.1.0-beta.1 from hf1 branch

* fix params loading

* Altair: operations spectests

* gazelle and nosec on trusted variable inputs

* remove legacy statement from spectest/minimal/altair/operations/BUILD.bazel
2021-08-18 22:01:05 +00:00

12 lines
232 B
Go

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