mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
12 lines
223 B
Go
12 lines
223 B
Go
package minimal
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations"
|
|
)
|
|
|
|
func TestMinimal_Electra_Operations_Deposit(t *testing.T) {
|
|
operations.RunDepositTest(t, "minimal")
|
|
}
|