MCPcopy Create free account
hub / github.com/Facets-cloud/flow / TestCmdUpdateUnknownProject

Function TestCmdUpdateUnknownProject

internal/app/update_test.go:369–374  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

367}
368
369func TestCmdUpdateUnknownProject(t *testing.T) {
370 setupFlowRoot(t)
371 if rc := cmdUpdate([]string{"project", "nope", "--priority", "high"}); rc != 1 {
372 t.Errorf("rc=%d, want 1 for unknown project", rc)
373 }
374}
375
376func TestCmdUpdateTaskDueDate(t *testing.T) {
377 setupFlowRoot(t)

Callers

nothing calls this directly

Calls 2

setupFlowRootFunction · 0.85
cmdUpdateFunction · 0.85

Tested by

no test coverage detected