Skip to content

Commit

Permalink
successful local format
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-bw committed Nov 15, 2024
1 parent 2bb1884 commit 744d44c
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ public IEnumerable<ValidationResult> Validate(ValidationContext validationContex
}

Check warning on line 14 in src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs

View check run for this annotation

Codecov / codecov/patch

src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs#L12-L14

Added lines #L12 - L14 were not covered by tests

yield return ValidationResult.Success;
}
}
public class PasswordManagerSubscriptionDetails
{
public int? Seats { get; set; }
public int? MaxAutoScaleSeats { get; set; }
public short? Storage { get; set; }
}

Check warning on line 17 in src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs

View check run for this annotation

Codecov / codecov/patch

src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs#L16-L17

Added lines #L16 - L17 were not covered by tests
}
public class PasswordManagerSubscriptionDetails
{
public int? Seats { get; set; }
public int? MaxAutoScaleSeats { get; set; }
public short? Storage { get; set; }

Check warning on line 23 in src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs

View check run for this annotation

Codecov / codecov/patch

src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs#L21-L23

Added lines #L21 - L23 were not covered by tests
}

public class SecretsManagerSubscriptionDetails
{
public int? Seats { get; set; }
public int? MaxAutoScaleSeats { get; set; }
public int? ServiceAccounts { get; set; }
public int? MaxAutoScaleServiceAccounts { get; set; }
}
public class SecretsManagerSubscriptionDetails
{
public int? Seats { get; set; }
public int? MaxAutoScaleSeats { get; set; }
public int? ServiceAccounts { get; set; }
public int? MaxAutoScaleServiceAccounts { get; set; }

Check warning on line 31 in src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs

View check run for this annotation

Codecov / codecov/patch

src/Api/Billing/Public/Models/Response/OrganizationSubscriptionDetailsResponseModel.cs#L28-L31

Added lines #L28 - L31 were not covered by tests
}

0 comments on commit 744d44c

Please sign in to comment.