Skip to content

Commit

Permalink
[DE-874] Release 4.0.0 - fixing tests, add additional cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpierog committed Jun 25, 2024
1 parent 95406c7 commit b6bd8b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ void shouldReactivateSubscription() throws IOException, ApiException {
// then
assertThat(reactivatedSubscription).usingRecursiveComparison()
.ignoringFields("updatedAt", "cancelAtEndOfPeriod", "previousState", "productPricePointType",
"dunningCommunicationDelayEnabled", "prepaidDunning", "customer.countryName", "customer.stateName")
"dunningCommunicationDelayEnabled", "prepaidDunning", "customer.countryName", "customer.stateName",
"customer.locale")
.isEqualTo(subscription);
assertThat(reactivatedSubscription.getPreviousState()).isEqualTo(CANCELED);
}
Expand Down

0 comments on commit b6bd8b7

Please sign in to comment.