1
0
mirror of https://github.com/bitwarden/server synced 2026-02-09 13:09:58 +00:00

Resolve the lint issue

This commit is contained in:
Cy Okeke
2026-01-15 17:39:39 +01:00
parent bbce95d76a
commit a800c00c95

View File

@@ -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<BillingException>(exception.InnerException);