MCPcopy Create free account
hub / github.com/github/gh-aw / TestBuildAutoUpdateSeed

Function TestBuildAutoUpdateSeed

pkg/workflow/auto_update_workflow_test.go:183–186  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

181}
182
183func TestBuildAutoUpdateSeed(t *testing.T) {
184 assert.Equal(t, "owner/repo/agentic-auto-upgrade", buildAutoUpdateSeed("owner/repo"))
185 assert.Equal(t, "agentic-auto-upgrade", buildAutoUpdateSeed(""))
186}
187
188// extractCronLine returns the cron expression from the first `- cron:` line in the YAML.
189func extractCronLine(content string) string {

Callers

nothing calls this directly

Calls 1

buildAutoUpdateSeedFunction · 0.85

Tested by

no test coverage detected