Commit bdf88a6
Address code review feedback - Improve test quality and add TODO comments
- Replace assert.AnError with realistic fmt.Errorf() in tests
- Add TODO comment acknowledging string-based error matching limitations
- Suggest future improvement to use type assertions for error classification
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>1 parent f168edb commit bdf88a6
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments