Commit a0bd0b1
committed
refactor(tests): remove magic number and use recursive comparison
- Replace hard-coded hasSize(7) with hasSize(expected.size())
- Replace partial assertions with full recursive comparison
- Improves test robustness in league search test1 parent c855478 commit a0bd0b1
File tree
1 file changed
+3
-2
lines changed- src/test/java/ar/com/nanotaboada/java/samples/spring/boot/test/services
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
298 | 299 | | |
299 | 300 | | |
300 | 301 | | |
| |||
0 commit comments