-
Notifications
You must be signed in to change notification settings - Fork 14
issue 1306 #1352
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
issue 1306 #1352
Conversation
| var result = await handler.Handle(new CreateCategoryCommand(testCategoryDTO), CancellationToken.None); | ||
|
|
||
| // Assert | ||
| // Assert |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove one //Assert comment here
| var result = await handler.Handle(new UpdateCategoryCommand(testCategoryDTO), CancellationToken.None); | ||
|
|
||
| // Assert | ||
| // Assert |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove one //Assert here
| // Assert | ||
| // Assert | ||
| Assert.True(result.IsSuccess); | ||
| Assert.Empty(result.Errors); // Перевірка відсутності помилок |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove there Assert comments here, as it is clear what these Asserts do
Also it is better to write comments in English language since it is more common
|



dev
JIRA
Code reviewers
Second Level Review
Summary of issue
ToDo
Summary of change
ToDo
Testing approach
ToDo
CHECK LIST