lib/dor/workflow/client.rb in dor-workflow-client-3.20.0 vs lib/dor/workflow/client.rb in dor-workflow-client-3.20.1

- old
+ new

@@ -80,10 +80,10 @@ def templates WorkflowTemplate.new(requestor: requestor) end def status(druid:, version:) - @status ||= Status.new(druid: druid, version: version, lifecycle_routes: lifecycle_routes) + Status.new(druid: druid, version: version, lifecycle_routes: lifecycle_routes) end private # Among other things, a distinct method helps tests mock default logger