Skip to content

Commit

Permalink
Merge pull request tronprotocol#2785 from tronprotocol/develop_improv…
Browse files Browse the repository at this point in the history
…e_dailybuild

delete useless testcase
  • Loading branch information
MiraculousWang authored Dec 20, 2019
2 parents 9cf849f + 3638f0a commit f59a260
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,6 @@ public void beforeClass() {
PublicMethed.printAddress(dev001Key);
}

@Test(enabled = true)
public void test() {
while (true) {
try {
PublicMethed.sendcoin(dev001Address, 1, fromAddress, testKey002, blockingStubFull);
Thread.sleep(100);
} catch (Exception e) {
e.printStackTrace();
}


}
}

@Test(enabled = true, description = "DeployContract with correct tokenValue and tokenId")
public void deployTransferTokenContract() {
Expand Down

0 comments on commit f59a260

Please sign in to comment.