Commit 5646986
committed
test: fix execHelp signature in upstream mock test
Pre-existing build failure on origin/main — execHelp(ctx) call
mismatched the (*ExecContext, *ast.HelpStmt) signature. One-liner
fix to unblock `go test ./...` locally; worth upstreaming but
unrelated to the umbrella PR set.1 parent 1a22f90 commit 5646986
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments