Skip to content

Commit

Permalink
fix PNI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida committed Dec 20, 2023
1 parent a7ef912 commit db990fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pysus/tests/test_ftp/test_databases/test_PNI.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ def test_pni(self):
descriptions = [pni.describe(file) for file in pni.files]
expected_descriptions = [
{'name': 'CPNIAC00.DBF',
'group': 'Centro de Parto Normal Intra-Hospitalar',
'group': 'Cobertura Vacinal',
'uf': 'Acre',
'year': 2000,
'size': '14.8 kB',
'last_update': '2019-05-23 05:19PM'},
{'name': 'CPNIAC01.DBF',
'group': 'Centro de Parto Normal Intra-Hospitalar',
'group': 'Cobertura Vacinal',
'uf': 'Acre',
'year': 2001,
'size': '14.8 kB',
'last_update': '2019-05-23 04:39PM'},
{'name': 'CPNIAC02.DBF',
'group': 'Centro de Parto Normal Intra-Hospitalar',
'group': 'Cobertura Vacinal',
'uf': 'Acre',
'year': 2002,
'size': '14.8 kB',
Expand Down

0 comments on commit db990fd

Please sign in to comment.