mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2026-08-30 12:50:24 +00:00
cleanup
This commit is contained in:
@@ -65,12 +65,12 @@ public class IotaAPITest {
|
||||
|
||||
@Before
|
||||
public void createApiClientInstance() {
|
||||
iotaClient = new IotaAPI();
|
||||
iotaClient = new IotaAPI.Builder().build();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shouldCreateIotaApiProxyInstanceWithDefaultValues() {
|
||||
IotaAPI proxy = new IotaAPI();
|
||||
IotaAPI proxy = new IotaAPI.Builder().build();
|
||||
assertThat(proxy, IsNull.notNullValue());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user