Skip to content

Commit 816cf17

Browse files
google-labs-jules[bot]paodb
authored andcommitted
test: remove addToolbarFooter test
1 parent 2971c01 commit 816cf17

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/test/java/com/flowingcode/vaadin/addons/gridhelpers/test/FooterToolbarTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ public class FooterToolbarTest {
3030

3131
private static class Bean {}
3232

33-
@Test
34-
public void addToolbarFooter() {
35-
Grid<Bean> grid = new Grid<>(Bean.class, false);
36-
grid.addColumn(x -> x).setHeader("Header");
37-
var toolbarFooter = new HorizontalLayout();
38-
GridHelper.addToolbarFooter(grid, toolbarFooter);
39-
}
40-
4133
@Test(expected = IllegalStateException.class)
4234
public void testSetFooterToolbarBeforeColumnsConfiguredThrowsException() {
4335
Grid<Bean> grid = new Grid<>(Bean.class, false);

0 commit comments

Comments
 (0)