Commit eab4ccf
authored
test: remove loop over single element
This loop used to iterate over two elements, but since commit
215f4d0, it only iterates over
a single element. Therefore, move the test out of the loop body
and remove the loop itself.
Refs: nodejs#50973
PR-URL: nodejs#58368
Reviewed-By: Filip Skokan <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: LiviaMedeiros <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>1 parent 35180ba commit eab4ccf
1 file changed
+8
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
575 | 572 | | |
576 | 573 | | |
577 | 574 | | |
| |||
0 commit comments