Skip to content

Commit 9f879bb

Browse files
committed
Fixed unit test
1 parent 29cd46d commit 9f879bb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/test/java/com/imsweb/seerapi/client/Range.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ public class Range {
1212
@JsonProperty("high")
1313
protected String _highValue;
1414

15+
public Range() {
16+
// the object mapper needs this defined
17+
}
18+
1519
public Range(String low, String high) {
1620
setLowValue(low);
1721
setHighValue(high);

0 commit comments

Comments
 (0)