lib/pbt/check/runner_iterator.rb in pbt-0.1.1 vs lib/pbt/check/runner_iterator.rb in pbt-0.2.0
- old
+ new
@@ -49,10 +49,10 @@
# failed run
@run_execution.record_failure(c)
@next_values = @property.shrink(c.val)
else
# successful run
- @run_execution.record_success
+ @run_execution.record_success(c)
end
end
end
end
end