mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 13:18:57 +00:00
a984605064
* add new changes * fix it all * add nicer scenario * some more cleanup * restructure tests * godoc * skip one scenario * space * fix test * clean up * fix conflicts Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
11 lines
240 B
Go
11 lines
240 B
Go
package endtoend
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
// Run mainnet e2e config with the current release validator against latest beacon node.
|
|
func TestEndToEnd_MainnetConfig_ValidatorAtCurrentRelease(t *testing.T) {
|
|
e2eMainnet(t, true, false).run()
|
|
}
|