Skip to content

Commit ffcb5b9

Browse files
committed
fix: test assertion
1 parent 2f250df commit ffcb5b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/com/easypost/model/LumaInfo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ public final class LumaInfo {
88
private List<AiResults> aiResults;
99
private Integer matchingRuleIdx;
1010
private String rulesetDescription;
11+
private Rate lumaSelectedRate;
1112
}

src/test/java/com/easypost/LumaTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ public void testGetPromise() throws EasyPostException {
3737

3838
LumaInfo response = vcr.client.luma.getPromise(shipmentData);
3939

40-
assertNotNull(response.getRulesetDescription());
40+
assertNotNull(response.getLumaSelectedRate());
4141
}
4242
}

0 commit comments

Comments
 (0)