prysm-pulse/validator/utils/clock_test.go

8 lines
90 B
Go

package utils
import "testing"
func TestBlockingWait(t *testing.T) {
BlockingWait(0)
}