diff --git a/factory/declarations.py b/factory/declarations.py index 951b45f3..f835f0d2 100644 --- a/factory/declarations.py +++ b/factory/declarations.py @@ -657,7 +657,7 @@ def call(self, instance, step, context): # pragma: no cover Args: instance (object): the newly generated object step (bool): whether the object was 'built' or 'created' - context: a builder.PostGenerationContext containing values + context: a declarations.PostGenerationContext containing values extracted from the containing factory's declaration """ raise NotImplementedError()