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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user