Skip to content

Commit

Permalink
fix: [ANDROAPP-6135] fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed May 6, 2024
1 parent d3a2080 commit 6901938
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import org.hisp.dhis.rules.models.Rule
import org.hisp.dhis.rules.models.RuleAction
import org.hisp.dhis.rules.models.RuleDataValue
import org.hisp.dhis.rules.models.RuleEnrollment
import org.hisp.dhis.rules.models.RuleEnrollmentStatus
import org.hisp.dhis.rules.models.RuleEvent
import org.hisp.dhis.rules.models.RuleEventStatus
import org.hisp.dhis.rules.models.RuleValueType
import org.hisp.dhis.rules.models.RuleVariable
import org.hisp.dhis.rules.models.RuleVariableCurrentEvent
Expand Down Expand Up @@ -124,7 +126,7 @@ class ProgramRuleTests {
"test_program",
Date().toRuleEngineLocalDate(),
Date().toRuleEngineLocalDate(),
RuleEnrollment.Status.ACTIVE,
RuleEnrollmentStatus.ACTIVE,
"test_ou",
"test_ou_code",
emptyList(),
Expand All @@ -134,7 +136,7 @@ class ProgramRuleTests {
"test_event",
"test_program_stage",
"",
RuleEvent.Status.ACTIVE,
RuleEventStatus.ACTIVE,
Date().toRuleEngineInstant(),
Date().toRuleEngineLocalDate(),
null,
Expand Down

0 comments on commit 6901938

Please sign in to comment.