Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethaasan committed Aug 22, 2023
1 parent 8d4384e commit 5df8991
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Array [
@JsonProperty(\\"max_number_prop\\")
@JsonInclude(JsonInclude.Include.NON_NULL)
private Double maxNumberProp;
@JsonInclude(JsonInclude.Include.NON_NULL)
private Map<String, Object> additionalProperties;
public Double getMinNumberProp() { return this.minNumberProp; }
Expand Down

0 comments on commit 5df8991

Please sign in to comment.