mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
10 lines
165 B
Go
10 lines
165 B
Go
|
package endtoend
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestEndToEnd_MainnetConfig_MultiClient(t *testing.T) {
|
||
|
e2eMainnet(t, false /*usePrysmSh*/, true /*useMultiClient*/)
|
||
|
}
|