Skip to content

Commit d2c8188

Browse files
committed
adjust test
1 parent ff823c6 commit d2c8188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/acquisition/covidcast/test_csv_importer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ def test_find_csv_files(self, mock_glob: MagicMock):
9494
path_prefix + 'invalid/weekly_222222_b_c.csv',
9595
# invalid geography
9696
path_prefix + 'invalid/20200418_province_c.csv',
97-
# ignored
98-
path_prefix + 'ignored/README.md',
9997
# valid hsa day
10098
path_prefix + 'valid/20200408_hsa_sig.csv',
10199
# valid hsa_nci day
@@ -104,6 +102,8 @@ def test_find_csv_files(self, mock_glob: MagicMock):
104102
path_prefix + 'valid/weekly_202015_hsa_nci_sig.csv',
105103
# valid hsa week
106104
path_prefix + 'valid/weekly_202015_hsa_sig.csv',
105+
# ignored
106+
path_prefix + 'ignored/README.md',
107107
]
108108
mock_glob.return_value = glob_paths
109109

0 commit comments

Comments
 (0)