We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96275cc commit f4e7953Copy full SHA for f4e7953
mapswipe_workers/tests/integration/test_transfer_results.py
@@ -229,10 +229,6 @@ def test_results_with_user_groups(self):
229
query,
230
)
231
232
- def test_get_contributor_count_from_postgres(self):
233
- contributor_count = get_contributor_count_from_postgres(self.project_id)
234
- self.assertEqual(contributor_count, 1)
235
-
236
237
if __name__ == "__main__":
238
unittest.main()
0 commit comments