Skip to content

Commit

Permalink
removed regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
davassi committed Nov 13, 2016
1 parent ddd7e34 commit 87bbf9c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/test/java/jota/IotaAPIProxyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,5 @@ public void shouldCreateIotaApiProxyInstanceWithDefaultValues() {
IotaAPIProxy proxy = new IotaAPIProxy.Builder().build();
assertThat(proxy, IsNull.notNullValue());
}

@Test(expected = IllegalStateException.class)
public void shouldNotCreateIotaApiProxyInstanceWithDefaultValues() {
new IotaAPIProxy.Builder().host("a_very_wrong_ip_address").build().getNodeInfo();
}

}

0 comments on commit 87bbf9c

Please sign in to comment.