Skip to content

Commit

Permalink
update test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen293 committed Apr 2, 2024
1 parent 3d0e990 commit 251aa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/insurance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ func (c *ClientTests) TestInsuranceRefund() {

assert.Equal(reflect.TypeOf(&easypost.Insurance{}), reflect.TypeOf(refundInsurance))
assert.True(strings.HasPrefix(refundInsurance.ID, "ins_"))
assert.Equal("100.00000", refundInsurance.Amount)
assert.Equal("cancelled", refundInsurance.Status)
}

0 comments on commit 251aa7c

Please sign in to comment.