Skip to content

Commit

Permalink
Update GethIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
gtebrean committed Mar 13, 2024
1 parent 997bd9d commit 36f4cfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ public void setUp() {

@Test // Method not Implemented.
public void testWeb3ClientVersion() throws Exception {
Thread.sleep(2000);
Thread.sleep(4000);
TxPoolContent content = web3j.txPoolContent().send();
assertNotNull(content.getResult());
}

@Test
@Disabled("Deprecated. Replaced by Clef's equivalent method - 'account_new'")
public void testPersonalAccountCreation() throws Exception {
Thread.sleep(2000);
Thread.sleep(4000);
Admin admin = Admin.build(new HttpService());
NewAccountIdentifier accountId = admin.personalNewAccount("web3j-geth-IT").send();
assertFalse(accountId.getResult().isEmpty());
Expand Down

0 comments on commit 36f4cfa

Please sign in to comment.