Custom post type not being pulled in widget

The syntax is not ‘post-type’ or ‘post-status’, it is with an underscore instead of a dash:

'post_type' => 'testimonials',
'post_status' => 'publish',