Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed May 13, 2024
1 parent 6fcd7d1 commit 05f60ef
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class VaadinColumnHeaderResolvingStrategyTest
{
@Test
@DisplayName("Grid-Header is read correctly from a grid with one set column header")
void setHeaderText_ShouldBeFound()
void checkSetHeaderText()
{
final String expectedHeader = "username";

Expand All @@ -53,7 +53,7 @@ void setHeaderText_ShouldBeFound()

@Test
@DisplayName("Grid-Header be found when read from a grid with a column renderer/component")
void setHeaderComponent_ShouldBeFound()
void checkSetHeaderComponent()
{
final String expectedHeader = "text";

Expand All @@ -72,7 +72,7 @@ void setHeaderComponent_ShouldBeFound()

@Test
@DisplayName("Grid-Header should not be found when read from a grid with no column header")
void noHeaderSet_NoNameShouldBeFound()
void checkNoHeaderSet()
{
final Grid<TestUserDTO> grid = new Grid<>();

Expand Down

0 comments on commit 05f60ef

Please sign in to comment.