Skip to content

Commit

Permalink
Add comment for field that is different
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Feb 6, 2025
1 parent 699a34f commit da57665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plano_trabalho/contribuicoes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def test_update_contribuicoes_outra_unidade_nao_permitida(
{
"id": id_interno_original,
"id_contribuicao": str(id_interno_original),
"tipo_contribuicao": 2,
"tipo_contribuicao": 2, # diferente do original na unidade 1
"id_plano_entregas": None,
"id_entrega": None,
"percentual_contribuicao": 40,
Expand Down

0 comments on commit da57665

Please sign in to comment.