Skip to content

Commit

Permalink
GitHub-issue#253 : Implemented GeoIP processor functionality
Browse files Browse the repository at this point in the history
Signed-off-by: venkataraopasyavula <[email protected]>
  • Loading branch information
venkataraopasyavula committed Jun 23, 2023
1 parent eff06fc commit b8b3717
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ void doExecuteTest() throws MalformedURLException, NoSuchFieldException, Illegal
}
}

@Test
void prepareForShutdownTest() throws MalformedURLException {
GeoIPProcessor geoIPProcessor = createObjectUnderTest();
assertDoesNotThrow(geoIPProcessor::prepareForShutdown);
}

@Test
void isReadyForShutdownTest() throws MalformedURLException {
GeoIPProcessor geoIPProcessor = createObjectUnderTest();
Expand Down

0 comments on commit b8b3717

Please sign in to comment.