Skip to content

Commit

Permalink
Update src/test/java/com/easypost/AddressTest.java
Browse files Browse the repository at this point in the history
Co-authored-by: Junjie(Jack) Chen <[email protected]>
  • Loading branch information
nwithan8 and jchen293 authored Nov 13, 2023
1 parent 3757a88 commit 746b5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/easypost/AddressTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void testCreateVerify() throws EasyPostException {
assertEquals("417 MONTGOMERY ST FL 5", address.getStreet1());

assertNotNull(address.getVerifications());
assertNotNull(address.getVerifications().getZip4().getErrors()); // Should have a error due to second line
assertNotNull(address.getVerifications().getZip4().getErrors()); // Should have an error due to second line
assertNotNull(address.getVerifications().getDelivery().getErrors());
}

Expand Down

0 comments on commit 746b5b2

Please sign in to comment.