Skip to content

Commit

Permalink
Remove unnecessary ajax
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Nov 21, 2023
1 parent e68b038 commit f6ff95f
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.kitodo.api.dataformat.LogicalDivision;
import org.kitodo.api.dataformat.MediaPartialView;
Expand All @@ -32,12 +33,6 @@ public class MediaPartialPanelTest {

MediaPartialsPanel mediaPartialsPanel;

@Before
public void init() {
// mock frontend update calls
Mockito.mockStatic(Ajax.class);
}

@Before
public void initTest() {
DataEditorForm dataEditorForm = mock(DataEditorForm.class);
Expand Down

0 comments on commit f6ff95f

Please sign in to comment.