mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
12 lines
213 B
Go
12 lines
213 B
Go
package mainnet
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/OffchainLabs/prysm/v7/testing/spectest/shared/gloas/sanity"
|
|
)
|
|
|
|
func TestMainnet_Gloas_Sanity_Slots(t *testing.T) {
|
|
sanity.RunSlotProcessingTests(t, "mainnet")
|
|
}
|