Skip to content

Commit

Permalink
fix: correção na definição de destinatário, que fazia o teste quebrar.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussbh committed Jan 21, 2025
1 parent 4bc5887 commit 391648a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function test_tramitar_processo_contendo_documento_gerado()

//Configuração da unidade destinatário como outra unidade do mesmo órgão
self::$destinatario = $this->definirContextoTeste(CONTEXTO_ORGAO_A);
self::$destinatario['SIGLA_UNIDADE'] = self::$remetente['SIGLA_UNIDADE_SECUNDARIA'];
self::$destinatario['NOME_UNIDADE'] = self::$remetente['NOME_UNIDADE_SECUNDARIA'];
self::$destinatario['SIGLA_UNIDADE_HIERARQUIA'] = self::$remetente['SIGLA_UNIDADE_SECUNDARIA_HIERARQUIA'];

Expand Down Expand Up @@ -79,6 +78,8 @@ public function test_verificar_origem_processo_contendo_documento_gerado()
*/
public function test_verificar_destino_processo_contendo_documento_gerado()
{

self::$destinatario['SIGLA_UNIDADE'] = self::$remetente['SIGLA_UNIDADE_SECUNDARIA'];
$this->realizarValidacaoRecebimentoProcessoNoDestinatario(self::$processoTeste, self::$documentoTeste, self::$destinatario);
}
}

0 comments on commit 391648a

Please sign in to comment.