/** @test */
 public function should_not_be_cancelled()
 {
     $response = new Response('', ['transStatus' => 'Y']);
     $this->assertFalse($response->isCancelled());
 }