Skip to content

Commit

Permalink
improve parameters name
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmay-bhat committed Dec 26, 2023
1 parent c8e8ca0 commit e7d407b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class TestSparkScan extends TestBaseWithCatalog {
@Parameter(index = 3)
private String format;

@Parameters(name = "format = {0}")
@Parameters(name = "catalogName = {0}, implementation = {1}, config = {2}, format = {3}")
public static Object[][] parameters() {
return new Object[][] {
{
Expand Down

0 comments on commit e7d407b

Please sign in to comment.