From cbc88dac4aaf8e64380b2f2431c67f8f7024eab5 Mon Sep 17 00:00:00 2001 From: pinpong Date: Wed, 28 Dec 2016 18:47:16 +0100 Subject: [PATCH] tests --- 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 e8b9299..b325fe8 100644 --- a/src/test/java/jota/IotaAPIProxyTest.java +++ b/src/test/java/jota/IotaAPIProxyTest.java @@ -51,7 +51,7 @@ public class IotaAPIProxyTest { GetNodeInfoResponse nodeInfo = proxy.getNodeInfo(); assertThat(nodeInfo.getAppVersion(), IsNull.notNullValue()); assertThat(nodeInfo.getAppName(), IsNull.notNullValue()); - //assertThat(nodeInfo.getJreVersion(), IsNull.notNullValue()); + assertThat(nodeInfo.getJreVersion(), IsNull.notNullValue()); assertThat(nodeInfo.getJreAvailableProcessors(), IsNull.notNullValue()); assertThat(nodeInfo.getJreFreeMemory(), IsNull.notNullValue()); assertThat(nodeInfo.getJreMaxMemory(), IsNull.notNullValue());