Skip to content

Commit cb8929e

Browse files
committed
fix: address test
1 parent 2025de1 commit cb8929e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

spec/address_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131

3232
# Delivery verification assertions
3333
expect(address.verifications.delivery.success).to be false
34-
# TODO: details is not deserializing correctly, related to the larger "double EasyPostObject" wrapping issue
35-
# expect(address.verifications.delivery.details).to be_empty
34+
expect(address.verifications.delivery.details.to_hash).to be_empty
3635
expect(address.verifications.delivery.errors[0].code).to eq('E.ADDRESS.NOT_FOUND')
3736
expect(address.verifications.delivery.errors[0].field).to eq('address')
3837
expect(address.verifications.delivery.errors[0].suggestion).to be nil

0 commit comments

Comments
 (0)