Skip to content

Commit f4e7953

Browse files
committed
remove test in wrong place
1 parent 96275cc commit f4e7953

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mapswipe_workers/tests/integration/test_transfer_results.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,6 @@ def test_results_with_user_groups(self):
229229
query,
230230
)
231231

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-
236232

237233
if __name__ == "__main__":
238234
unittest.main()

0 commit comments

Comments
 (0)