Skip to content

Commit

Permalink
remove unrelevent code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Sep 13, 2023
1 parent 5d27ab7 commit 7011a66
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ public NGSIArcGisSinkTest() {
*/
@Before
public void setup() throws Exception {
Mockito.doNothing().when(mockArcgisLog).addToBatch(Mockito.any(Feature.class));
Mockito.doNothing().when(mockArcgisLog).addToBatch(Mockito.anyList());
Mockito.when(mockArcgisLog.connected()).thenReturn(true);
// Mockito.doNothing().when(mockArcgisLog).addToBatch(Mockito.any(Feature.class));
// Mockito.doNothing().when(mockArcgisLog).addToBatch(Mockito.anyList());
// Mockito.when(mockArcgisLog.connected()).thenReturn(true);

} // setup

Expand Down

0 comments on commit 7011a66

Please sign in to comment.