Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyhollywood committed Dec 14, 2023
1 parent 5224bbe commit e494fa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ public void testDisplayIndex_IsNotSet() {
var views = viewService.getViews();
var columns = views.get(1).getColumns().stream().toList();
var selectedColumn = columns.stream().filter(c -> c.getTitle().equals("Laterality")).collect(Collectors.toList()).get(0);
Assert.assertEquals(Integer.valueOf(999), selectedColumn.getDisplayIndex());
Assert.assertEquals(Integer.valueOf(Integer.MAX_VALUE), selectedColumn.getDisplayIndex());
}
}

0 comments on commit e494fa9

Please sign in to comment.