This is an older version of pass() that exists for backwards compatibility.
You should now use pass() instead.
succeed(message = "Success has been forced", info = NULL)A character vector describing the failure. The first element should describe the expected value, and the second (and optionally subsequence) elements should describe what was actually seen.
Character vector continuing additional information. Included for backward compatibility only and new expectations should not use it.