fixed test

This commit is contained in:
pinpong 2017-01-02 17:00:26 +01:00
parent bf8e7aa122
commit 5e4415c3f5

View File

@ -185,7 +185,7 @@ public class IotaAPIProxyTest {
@Test
public void shouldSendTrytes() {
proxy.sendTrytes(new String[]{TEST_TRYTES}, 18);
proxy.sendTrytes(new String[]{TEST_TRYTES}, 18, 27);
}
@Test