Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename project to Orion #16

Merged
merged 3 commits into from
Sep 24, 2023
Merged

Rename project to Orion #16

merged 3 commits into from
Sep 24, 2023

Conversation

vanderlan
Copy link
Owner

No description provided.

await userService.DeleteAsync(userFound.PublicId);
}

[Fact]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 4 locations. Consider refactoring.

await userService.DeleteAsync(userFound.PublicId);
}

[Fact]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 4 locations. Consider refactoring.

await userService.DeleteAsync(userFound.PublicId);
}

[Fact]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

Assert.Null(userDeleted);
}

[Fact]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

await Assert.ThrowsAsync<BusinessException>(() => userService.AddAsync(UserMotherObject.InvalidAdminUserWihoutPassword()));
}

[Fact]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 3 locations. Consider refactoring.

@codeclimate
Copy link

codeclimate bot commented Sep 24, 2023

Code Climate has analyzed commit 36ea645 and detected 36 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 3
Duplication 33

View more on Code Climate.

@vanderlan vanderlan merged commit 36ede95 into master Sep 24, 2023
1 of 4 checks passed
@vanderlan vanderlan deleted the rename-project branch September 24, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants