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

DP-614: Added notification message if CH not found or if company already registered #667

Merged
merged 4 commits into from
Sep 27, 2024

Conversation

dbgoaco
Copy link
Collaborator

@dbgoaco dbgoaco commented Sep 26, 2024

var result = await _companiesHouseApi.GetProfile(companyNumber);

// Assert
Assert.NotNull(result);
Copy link
Contributor

Choose a reason for hiding this comment

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

As discussed earlier in dev meetings, please use FluentAssertion

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for the review, updated.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

[Fact]
public async Task GetProfile_ShouldReturnCompanyProfile()
{
// Arrange
Copy link
Contributor

@dharmverma dharmverma Sep 26, 2024

Choose a reason for hiding this comment

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

Remove these comments

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

@dbgoaco dbgoaco merged commit e22daa0 into main Sep 27, 2024
8 checks passed
@dharmverma dharmverma deleted the feature/DP-614 branch October 2, 2024 11:02
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.

3 participants