From 5e4415c3f58e54ca0f87fa7fa27d22729474160b Mon Sep 17 00:00:00 2001 From: pinpong Date: Mon, 2 Jan 2017 17:00:26 +0100 Subject: [PATCH] fixed test --- src/test/java/jota/IotaAPIProxyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/jota/IotaAPIProxyTest.java b/src/test/java/jota/IotaAPIProxyTest.java index fbfaf8b..f467513 100644 --- a/src/test/java/jota/IotaAPIProxyTest.java +++ b/src/test/java/jota/IotaAPIProxyTest.java @@ -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