removed unused param

This commit is contained in:
AZ
2017-01-22 00:24:35 +01:00
parent cb0aa17f1c
commit 3474ee69cc
2 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -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());