tweak naming in recheck code
[scpubgit/DX.git] / lib / DX / Step / EnterRecheck.pm
index 64218fa..c7dc447 100644 (file)
@@ -52,7 +52,7 @@ sub apply_to {
     is_solution_state => 0,
     on_exhaustion_step => undef,
     on_solution_step => DX::Step::CompleteRecheck->new(
-      original_search_state => $old_ss,
+      resume_search_state => $old_ss,
       was_recheck_for => $prop,
     ),
   );