Skip to content

Commit

Permalink
removed todos and created issue see Consensys#1431
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 127373a commit 8fa9953
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -664,13 +664,4 @@ public void getParticipantsDelegates() {
assertThat(response.getEntity()).isEqualTo("BASE64ENCODEKEY");
verify(transactionManager).getParticipants(any(MessageHash.class));
}

// TODO: Ensure this is in integration tests
// @Test
// public void validationReceiveIsRawMustBeBoolean() {
//
// Response response = jersey.target("transaction").path("MYHASH").queryParam("isRaw",
// "bogus").request().get();
// assertThat(response.getStatus()).isEqualTo(400);
// }
}

0 comments on commit 8fa9953

Please sign in to comment.