Update tests

This commit is contained in:
Nex
2019-04-23 21:36:03 +08:00
parent a0ab8ad611
commit 0b156110f0
2 changed files with 3 additions and 4 deletions

View File

@@ -103,8 +103,7 @@ class AccountingChainClientTests {
@BeforeAll
static void initAll() {
acClient = new AccountingChainClient("47.92.69.234", 18080);
// acClient = new AccountingChainClient("localhost", 10001);
acClient = new AccountingChainClient("localhost", 10001);
}
@Test