Skip to content

Commit

Permalink
rename rightAssertedJiraClientError to orFail
Browse files Browse the repository at this point in the history
  • Loading branch information
HighKo committed Jan 10, 2024
1 parent e1f8520 commit 2eb5644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface JiraIssueOperatorTest<JiraFieldType> : BaseTestConfigProvider<JiraFiel
Either.Right(jsonObject.getAsJsonPrimitive("key").asString)
}

existingIssueIds.rightAssertedJiraClientError().forEach {
existingIssueIds.orFail().forEach {
issueOperator.deleteIssue(it)
}

Expand Down

0 comments on commit 2eb5644

Please sign in to comment.