FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit a00192a6 authored by L. Bower's avatar L. Bower
Browse files

putting correct assert statement back in

parent a3f89cee
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class TestFullDeposition(unittest.TestCase):
ea_csv_count: int = IntegrationTestUtils.count_files_in_wildcard(east_africa_csv_path)
eth_csv_count: int = IntegrationTestUtils.count_files_in_wildcard(ethiopia_csv_path)
self.assertEqual(8, ea_csv_count)
self.assertEqual(9, ea_csv_count)
self.assertEqual(9, eth_csv_count)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment