protected function deleteOutput(Output $output)
 {
     $output->delete();
     $this->setExpectedException(BitcodinResourceNotFoundException::class);
     $this->getOutput($output);
 }