@@ -425,8 +425,8 @@ private List<SpreadsheetConfigInfos> createSpreadsheetConfigsWithFilters() {
425425 );
426426
427427 List <GlobalFilterInfos > globalFiltersConfig1 = Arrays .asList (
428- new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null ,"Global Filter 1" , false , null , null ),
429- new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null ,"Global Filter 2" , false , null , null )
428+ new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null , "Global Filter 1" , false , null , null ),
429+ new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null , "Global Filter 2" , false , null , null )
430430 );
431431
432432 List <ColumnInfos > columnsConfig2 = Arrays .asList (
@@ -439,7 +439,7 @@ private List<SpreadsheetConfigInfos> createSpreadsheetConfigsWithFilters() {
439439 );
440440
441441 List <GlobalFilterInfos > globalFiltersConfig2 = List .of (
442- new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null ,"Another Global Filter" , false , null , null )
442+ new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null , "Another Global Filter" , false , null , null )
443443 );
444444
445445 return List .of (
@@ -472,9 +472,9 @@ private List<SpreadsheetConfigInfos> createUpdatedSpreadsheetConfigsWithFilters(
472472 );
473473
474474 List <GlobalFilterInfos > globalFiltersConfig1 = Arrays .asList (
475- new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null ,"Updated Filter 1" , false , null , null ),
476- new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null ,"Updated Filter 2" , false , null , null ),
477- new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null ,"Updated Filter 3" , false , null , null )
475+ new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null , "Updated Filter 1" , false , null , null ),
476+ new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null , "Updated Filter 2" , false , null , null ),
477+ new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null , "Updated Filter 3" , false , null , null )
478478 );
479479
480480 List <ColumnInfos > columnsConfig2 = Arrays .asList (
@@ -485,7 +485,7 @@ private List<SpreadsheetConfigInfos> createUpdatedSpreadsheetConfigsWithFilters(
485485 );
486486
487487 List <GlobalFilterInfos > globalFiltersConfig2 = List .of (
488- new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null ,"Updated Other Filter" , false , null , null )
488+ new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null , "Updated Other Filter" , false , null , null )
489489 );
490490
491491 List <ColumnInfos > columnsConfig3 = Arrays .asList (
@@ -496,7 +496,7 @@ private List<SpreadsheetConfigInfos> createUpdatedSpreadsheetConfigsWithFilters(
496496 );
497497
498498 List <GlobalFilterInfos > globalFiltersConfig3 = List .of (
499- new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null ,"Third Config Filter" , false , null , null )
499+ new GlobalFilterInfos (null , UUID .randomUUID (), "country" , null , "Third Config Filter" , false , null , null )
500500 );
501501
502502 return List .of (
0 commit comments