Skip to content

Commit

Permalink
Fix the failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Cy Okeke <[email protected]>
  • Loading branch information
cyprain-okeke committed Dec 20, 2024
1 parent 6ada37d commit 275ba18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public async Task GetMetadataAsync_OK(
{
sutProvider.GetDependency<ICurrentContext>().OrganizationUser(organizationId).Returns(true);
sutProvider.GetDependency<IOrganizationBillingService>().GetMetadata(organizationId)
.Returns(new OrganizationMetadata(true, true, true, true, true));
.Returns(new OrganizationMetadata(true, true, true, true, true, true));

var result = await sutProvider.Sut.GetMetadataAsync(organizationId);

Expand Down

0 comments on commit 275ba18

Please sign in to comment.