Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -72,7 +72,7 @@ public class ListPublisherActionsViewTest { | ... | @@ -72,7 +72,7 @@ public class ListPublisherActionsViewTest { |
72 | @Test | 72 | @Test |
73 | @DisplayName("when publisher is set, should show only its actions") | 73 | @DisplayName("when publisher is set, should show only its actions") |
74 | public void testFilter() { | 74 | public void testFilter() { |
75 | - List<PublisherAction> publisherActions = new ArrayList<PublisherAction>(); | 75 | + List<PublisherAction> publisherActions = new ArrayList<>(); |
76 | 76 | ||
77 | Publisher publisher = new Publisher(); | 77 | Publisher publisher = new Publisher(); |
78 | Publisher publisher1 = new Publisher(); | 78 | Publisher publisher1 = new Publisher(); | ... | ... |
-
Please register or login to post a comment