Skip to content

Commit

Permalink
Update AbstractExporterTest.java
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Hoard <[email protected]>
  • Loading branch information
dhoard authored Oct 30, 2024
1 parent 0b350a5 commit e1b1115
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public abstract class AbstractExporterTest
*
* @return the Stream of test environments
*/
@Verifyica.ArgumentSupplier // (parallelism = 4)
@Verifyica.ArgumentSupplier(parallelism = 4)
public static Stream<ExporterTestEnvironment> arguments() {
Collection<ExporterTestEnvironment> collection = new ArrayList<>();

Expand Down

0 comments on commit e1b1115

Please sign in to comment.