Skip to content

Commit

Permalink
removed todos and created issue see Consensys#1421
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed Apr 4, 2022
1 parent 18fd771 commit e779200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class EnclaveClientTest {

@Before
public void onSetUp() {
this.enclaveClient = mock(EnclaveClient.class); // TODO: not have this as a mock
this.enclaveClient = mock(EnclaveClient.class);

doCallRealMethod().when(enclaveClient).validateEnclaveStatus();
}
Expand Down

0 comments on commit e779200

Please sign in to comment.