Skip to content

Commit

Permalink
Remove dispute expansion assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
cjavilla-stripe committed Jan 15, 2020
1 parent 7e0334f commit d00d6ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/StripeTests/Entities/Charges/ChargeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public void DeserializeWithExpansions()
"application_fee",
"balance_transaction",
"customer",
"dispute",
"invoice",
"on_behalf_of",
"order",
Expand Down Expand Up @@ -59,9 +58,6 @@ public void DeserializeWithExpansions()
Assert.NotNull(charge.Customer);
Assert.Equal("customer", charge.Customer.Object);

Assert.NotNull(charge.Dispute);
Assert.Equal("dispute", charge.Dispute.Object);

Assert.NotNull(charge.Invoice);
Assert.Equal("invoice", charge.Invoice.Object);

Expand Down

0 comments on commit d00d6ec

Please sign in to comment.