Skip to content

Commit

Permalink
chore: [ANDROAPP-6529] update programRule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
taridepaco authored and xavimolloy committed Dec 23, 2024
1 parent 2a4c624 commit f80fc34
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,43 +138,34 @@ class ProgramRuleTests {
"",
RuleEventStatus.ACTIVE,
Date().toRuleEngineInstant(),
Date().toRuleEngineInstant(),
Date().toRuleEngineLocalDate(),
null,
"",
"",
listOf(
// PRevious Stock Balance
RuleDataValue(
Date().toRuleEngineInstant(),
"",
"oc8tn8CewiP",
"3",
),
// PSM Stock received
RuleDataValue(
Date().toRuleEngineInstant(),
"",
"j3ydinp6Qp8",
"4",
),
// PSM- Stock consumed distributed
RuleDataValue(
Date().toRuleEngineInstant(),
"",
"lpGYJoVUudr",
"2",
),
// PSM- Stock discarded
RuleDataValue(
Date().toRuleEngineInstant(),
"",
"I7cmT3iXT0y",
"1",
),
// PSM- Stock corrected
RuleDataValue(
Date().toRuleEngineInstant(),
"",
"ej1YwWaYGmm",
"3",
),
Expand Down

0 comments on commit f80fc34

Please sign in to comment.