We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b653a commit 51722faCopy full SHA for 51722fa
tests/acquisition/covidcast/test_csv_to_database.py
@@ -35,7 +35,7 @@ def test_collect_files(self, mock_csv_importer: MagicMock):
35
"""Scan the data directory."""
36
37
mock_csv_importer.find_csv_files.return_value = self._path_details
38
- collect_files("fake_data_dir",False) # no specific issue
+ collect_files("fake_data_dir", False) # no specific issue
39
self.assertEqual(mock_csv_importer.find_csv_files.call_count, 1)
40
41
0 commit comments