diff --git a/test/Core.Test/Billing/Services/SubscriberServiceTests.cs b/test/Core.Test/Billing/Services/SubscriberServiceTests.cs index 24b4027248..9a6c6f8bd8 100644 --- a/test/Core.Test/Billing/Services/SubscriberServiceTests.cs +++ b/test/Core.Test/Billing/Services/SubscriberServiceTests.cs @@ -412,7 +412,7 @@ public class SubscriberServiceTests organization, new OffboardingSurveyResponse { UserId = Guid.NewGuid() }, false)); - + Assert.Equal("Failed to revert subscription upgrade", exception.Message); Assert.NotNull(exception.InnerException); Assert.IsType(exception.InnerException);