Skip to content

Commit f07ddc9

Browse files
model factory rule_stop default to None
1 parent 5ddcf06 commit f07ddc9

File tree

1 file changed

+1
-2
lines changed
  • tests/fixtures/builders/model

1 file changed

+1
-2
lines changed

tests/fixtures/builders/model/rule.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ class IterationCohortFactory(ModelFactory[rules.IterationCohort]): ...
2222
class IterationRuleFactory(ModelFactory[rules.IterationRule]):
2323
attribute_target = None
2424
cohort_label = None
25-
rule_stop = False
26-
25+
rule_stop = None
2726

2827
class IterationFactory(ModelFactory[rules.Iteration]):
2928
iteration_cohorts = Use(IterationCohortFactory.batch, size=2)

0 commit comments

Comments
 (0)