/**
   * RN-2 - Desloca a petição inicial com: origem em DIVERSOS(250); destino "SEÇÃO DE RECEBIMENTO E
   * DISTRIBUIÇÃO DE ORIGINÁRIOS"(600000679)
   *
   * @throws Exception
   * @throws IOException
   */
  @Test
  public void peticionar_DeslocarDeDiversosParaSRDO_RegistroOk() throws IOException, Exception {
    Peticao peticao = builder.buildPeticaoMock();

    DeslocamentoDto deslocamento = deslocamentoService.regrasDeslocamentoInicial(peticao.getId());
    assertTrue(deslocamento.getCodigoDestino().equals(600000679L));
  }