Commit b4564c3
Alex
fix(usage): replace panic! in test with matches! assertion
UBS critical finding: panic! in opencode_go test replaced with
assert!(matches!(...)) pattern. Refs #10751 parent 08a3365 commit b4564c3
1 file changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
166 | 165 | | |
167 | 166 | | |
0 commit comments