Files
prysm/time/slots/testing/mock_test.go
Bastin 92bd211e4d upgrade v6 to v7 (#15989)
* upgrade v6 to v7

* changelog

* update-go-ssz
2025-11-06 16:16:23 +00:00

8 lines
116 B
Go

package testing
import (
"github.com/OffchainLabs/prysm/v7/time/slots"
)
var _ slots.Ticker = (*MockTicker)(nil)