mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2026-08-31 21:30:23 +00:00
removed unused param
This commit is contained in:
@@ -77,7 +77,7 @@ public class IotaAPITest {
|
||||
|
||||
@Test
|
||||
public void shouldGetInputs() {
|
||||
GetBalancesAndFormatResponse res = iotaClient.getInputs(TEST_SEED1, null, 0, 0, 0);
|
||||
GetBalancesAndFormatResponse res = iotaClient.getInputs(TEST_SEED1, 0, 0, 0);
|
||||
System.out.println(res);
|
||||
assertThat(res, IsNull.notNullValue());
|
||||
assertThat(res.getTotalBalance(), IsNull.notNullValue());
|
||||
|
||||
Reference in New Issue
Block a user