Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Tidies up integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-richardson committed Jul 24, 2019
1 parent 5b49f4b commit c750ac3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,11 @@ private void deployWithPrivacyGroup(

waitForTransactionToBeMined(transactionHash);

System.out.println(Arrays.toString(groupMembers));

verifyForParticipants(
privateTransactionVerifier.validPrivateTransactionReceipt(),
transactionHash,
sender,
groupMembers);
//
// verifyForNonParticipants(forNonParticipants, transactionHash, sender, receivers);

contracts.put(contractName, contractAddress);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ public class PrivacyGroupIdAcceptanceTest extends PrivacyAcceptanceTestBase {
private static final String CONTRACT_NAME = "Event Emmiter";
private EventEmitterHarness eventEmitterHarness;
private PrivacyGroup privacyGroup;
private PrivacyNet privacyNet;

@Before
public void setUp() throws Exception {
privacyNet =
PrivacyNet privacyNet =
PrivacyNet.builder(privacy, privacyPantheon, cluster, false)
.addMinerNode("Alice")
.addMinerNode("Bob")
Expand Down

0 comments on commit c750ac3

Please sign in to comment.