Skip to content

Commit

Permalink
removendo comentario
Browse files Browse the repository at this point in the history
  • Loading branch information
alphabraga committed Nov 7, 2024
1 parent 428b0d4 commit 5f30edb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/ibge/test_uf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,4 @@ def test_convert_text_to_uf(self):
self.assertIsNone(convert_text_to_uf('123')) # Nome com números
self.assertIsNone(convert_text_to_uf('São Paulo SP')) # Nome com sigla incluída
self.assertIsNone(convert_text_to_uf('A')) # Nome com letra não mapeada
self.assertIsNone(convert_text_to_uf('ZZZ')) # Nome com mais de 2 letras

# implementar mais casos de teste aqui se necessário
self.assertIsNone(convert_text_to_uf('ZZZ')) # Nome com mais de 2 letras

0 comments on commit 5f30edb

Please sign in to comment.