mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
4f031d1988
6 lines
113 B
Go
6 lines
113 B
Go
package testing
|
|||
|
|||
import "github.com/prysmaticlabs/prysm/shared/slotutil"
|
|||
|
|||
var _ = slotutil.Ticker(&MockTicker{})
|