Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 4e38c3e

Browse files
author
Chris Paul
committed
Fix NPE in HelloSignClient.
1 parent d3769b9 commit 4e38c3e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package com.hellosign.sdk;
2+
3+
import static org.junit.Assert.*;
4+
5+
import org.junit.Test;
6+
7+
public class GeneralTest {
8+
9+
@Test
10+
public void test() throws Exception {
11+
HelloSignClient client = new HelloSignClient("chris@hellosign.com", "michaeljfax");
12+
assertTrue(client.isOnline());
13+
}
14+
}

0 commit comments

Comments
 (0)