Skip to content

Commit

Permalink
test: remove AbstractRemoveAndReAddTest
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb authored and javier-godoy committed May 10, 2021
1 parent 1dd163b commit 6b9d89e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
*
* @see https://github.com/FlowingCode/ChipFieldAddon/issues/33
*/
public class RemoveAndReAddTestIT extends AbstractRemoveAndReAddTest {
public class RemoveAndReAddTestIT extends AbstractViewTest {

public RemoveAndReAddTestIT() {
super("remove-add-test");
}

@Test
public void toggleChipField() {
Expand Down

0 comments on commit 6b9d89e

Please sign in to comment.