Skip to content

Commit

Permalink
Fix docstring for test and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Jul 30, 2024
1 parent ebdd018 commit 654150e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/participantes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ def test_put_data_assinatura_tcr_timezone(
header_usr_1: dict,
client: Client,
):
"""Tenta criar um participante com data futura do TCR."""
# data de amanhã
"""Tenta criar um participante com data de assinatura do TCR em
diversos fuso-horários."""
input_part["data_assinatura_tcr"] = (
datetime.now(
**({"tz": timezone(timedelta(hours=timezone_utc))} if timezone_utc else {})
Expand Down

0 comments on commit 654150e

Please sign in to comment.