Commit 197cadd
committed
test: strengthen inspectMcpTargets assertion from .some() to exact target checks
The test used .some() which would pass even if targets were duplicated
or had wrong configured flags. Now checks exact count (3), and verifies
each target's configured status individually.
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent 68254a2 commit 197cadd
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
266 | | - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
267 | 275 | | |
268 | 276 | | |
269 | 277 | | |
| |||
0 commit comments