Commit bfb3b82
fix(test): wrap String[] providers in Arguments.of to prevent JUnit unpacking
Stream<String[]> causes JUnit to unpack each array as multiple arguments.
Cast to (Object) forces it to be treated as a single String[] parameter.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d9d8083 commit bfb3b82
1 file changed
Lines changed: 9 additions & 8 deletions
File tree
- integration/src/test/java/io/github/dfa1/vortex/integration
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
661 | 662 | | |
662 | 663 | | |
663 | 664 | | |
664 | | - | |
665 | | - | |
| 665 | + | |
| 666 | + | |
666 | 667 | | |
667 | 668 | | |
668 | | - | |
669 | | - | |
| 669 | + | |
| 670 | + | |
670 | 671 | | |
671 | 672 | | |
672 | | - | |
673 | | - | |
| 673 | + | |
| 674 | + | |
674 | 675 | | |
675 | 676 | | |
676 | | - | |
677 | | - | |
| 677 | + | |
| 678 | + | |
678 | 679 | | |
679 | 680 | | |
680 | 681 | | |
| |||
0 commit comments