mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
8 lines
116 B
Go
8 lines
116 B
Go
package testing
|
|
|
|
import (
|
|
"github.com/OffchainLabs/prysm/v7/time/slots"
|
|
)
|
|
|
|
var _ slots.Ticker = (*MockTicker)(nil)
|