Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin committed Oct 1, 2024
1 parent ea2c450 commit 1faef5a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public class TSetIpAddressProcessorFactoryTest {
@Before
public void init() {
when(federatedHMSHandlerFactory.create()).thenReturn(federatedHMSHandler);
when(federatedHMSHandler.getConf()).thenReturn(hiveConf);
factory = new TSetIpAddressProcessorFactory(hiveConf, federatedHMSHandlerFactory, transportMonitor);
}

Expand Down

0 comments on commit 1faef5a

Please sign in to comment.