From db990fd98038dd3b904553a8ca53fca111cafa53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=A3=20Bida=20Vacaro?= Date: Wed, 20 Dec 2023 17:26:07 -0300 Subject: [PATCH] fix PNI tests --- pysus/tests/test_ftp/test_databases/test_PNI.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pysus/tests/test_ftp/test_databases/test_PNI.py b/pysus/tests/test_ftp/test_databases/test_PNI.py index dc6fc58..9fe1cdc 100644 --- a/pysus/tests/test_ftp/test_databases/test_PNI.py +++ b/pysus/tests/test_ftp/test_databases/test_PNI.py @@ -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',