MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / TestSelectorForTime_FixedMonth

Function TestSelectorForTime_FixedMonth

internal/dkim/dkim_test.go:15–20  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

13)
14
15func TestSelectorForTime_FixedMonth(t *testing.T) {
16 got := SelectorForTime(time.Date(2026, 5, 22, 12, 0, 0, 0, time.UTC))
17 if got != "e2a202605" {
18 t.Errorf("SelectorForTime = %q, want e2a202605", got)
19 }
20}
21
22func TestGenerateKeypair_RoundTrip(t *testing.T) {
23 kp, err := GenerateKeypair()

Callers

nothing calls this directly

Calls 1

SelectorForTimeFunction · 0.85

Tested by

no test coverage detected