mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
12 lines
214 B
Go
12 lines
214 B
Go
|
package operations
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/prysmaticlabs/prysm/spectest/shared/phase0/operations"
|
||
|
)
|
||
|
|
||
|
func TestMainnet_Phase0_Operations_Deposit(t *testing.T) {
|
||
|
operations.RunDepositTest(t, "mainnet")
|
||
|
}
|