Skip to content

Commit

Permalink
update CNR
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Sep 13, 2023
1 parent 7011a66 commit becde33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [cygnus-ngsi][cygnus-common] upgrade mockito dep from 1.9.5 to 5.5.0
- [cygnus-ngsi] Fix runtime error: check access aggregator size (#2293)
- [cygnus-ngsi] Switch log level to CYGNUS_LOG_LEVEL env var if was provided to docker (#2286)
- [cygnus-common][SQL] Fix expiration records tablename used by delete and select (#2265)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ 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);

} // setup

/**
Expand Down

0 comments on commit becde33

Please sign in to comment.