Skip to content

Commit

Permalink
Merge pull request #231 from habiblawal1/port-poa-test
Browse files Browse the repository at this point in the history
TST: fixed method name in PoaManagerServerTest
  • Loading branch information
joe-chacko authored Oct 12, 2023
2 parents d91b21d + 386374f commit e26ac36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 237 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void testDiscardRequestWithHoldingRequest(Proxy proxy) throws Exception {
}

@Test
void testDiscarding(Proxy proxy) throws Exception {
void testDeactivate(Proxy proxy) throws Exception {
// Try to deactivate with wait completion == true, shouldn't work since the hold_request call is done through the POAManagerProxy.
proxy.activate();
assertThrowsExactly(RemoteException.class, BAD_INV_ORDER.class, () -> proxy.deactivate(true, true));
Expand Down
236 changes: 0 additions & 236 deletions yoko-core/src/test/java/test/poa/TestPOAManagerCommon.java

This file was deleted.

0 comments on commit e26ac36

Please sign in to comment.