Skip to content

Commit

Permalink
Solved issues after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliirymar committed Mar 6, 2024
1 parent 7710c7f commit b7974bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Changelog

## [Unreleased]
### Removed
- Shutdown hook register on supplied Launch, by @HardNorth

## [5.0.4]
### Added
- Implemented new feature: display last error log in scenario description, by @vrymar
- Implemented unit tests for the new feature, by @vrymar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ public static FinishTestItemRQ buildFinishScenarioRq(@Nonnull ScenarioResult res
return rq;
}

private static String buildDescription(Scenario scenario, String errorMessage, List<ParameterResource> parameters) {
@Nonnull
private static String buildDescription(@Nonnull Scenario scenario, @Nullable String errorMessage, @Nullable List<ParameterResource> parameters) {
StringBuilder descriptionBuilder = new StringBuilder();

if (parameters != null && !parameters.isEmpty()) {
Expand Down

0 comments on commit b7974bf

Please sign in to comment.