diff --git a/src/StripeTests/Entities/Charges/ChargeTest.cs b/src/StripeTests/Entities/Charges/ChargeTest.cs index 168a34dd87..6af981fdc0 100644 --- a/src/StripeTests/Entities/Charges/ChargeTest.cs +++ b/src/StripeTests/Entities/Charges/ChargeTest.cs @@ -31,7 +31,6 @@ public void DeserializeWithExpansions() "application_fee", "balance_transaction", "customer", - "dispute", "invoice", "on_behalf_of", "order", @@ -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);