Skip to content

Conversation

orkes-harshil
Copy link
Contributor

@orkes-harshil orkes-harshil commented Mar 26, 2025

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • WHOSUSING.md
  • Other (please describe):

Changes in this PR

Added test case for the Priority field in the SubWorkflowParams

@jmigueprieto
Copy link
Contributor

CI build is failing. Please fix the issue.

Copy link
Contributor

@jmigueprieto jmigueprieto left a comment

Choose a reason for hiding this comment

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

  • The test is related to WorkflowDef. TestWorkflowTask is not the best place for it.
  • Name the test based on the specific checks it's doing (or the issue it's addressing). Use @DisplayName e.g.: @DisplayName("it should handle null values when InputParam is a List")

Copy link
Contributor

@jmigueprieto jmigueprieto left a comment

Choose a reason for hiding this comment

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

Change the package. It's convention (not strict requirement, but it's better and cleaner) that a test class be under the same package that the class being tested.

@orkes-harshil orkes-harshil merged commit 5976cad into main Mar 31, 2025
6 checks passed
@jmigueprieto jmigueprieto deleted the fix_UT branch March 31, 2025 18:11
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