package operations import ( "testing" "github.com/prysmaticlabs/prysm/testing/spectest/shared/phase0/operations" ) func TestMainnet_Phase0_Operations_Deposit(t *testing.T) { operations.RunDepositTest(t, "mainnet") }