Commit 242d652
committed
test: tighten inspector workflow refresh assertions
CodeRabbit pointed out that the regression test carried an unused checklistPath and only asserted that empty workflow initialization produced some data. The test now keeps the setup focused and checks the exact default workflow count.
Constraint: Address actionable CodeRabbit feedback on PR #225
Confidence: high
Scope-risk: narrow
Tested: env -u GOROOT go test ./internal/app -run TestInspectorEnsureWorkflows -count=1
Tested: env -u GOROOT make test
Tested: env -u GOROOT make build
Tested: env -u GOROOT go vet ./...
Tested: git diff --check1 parent edf56aa commit 242d652
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
0 commit comments