diff options
author | Muriithi Frederick Muriuki | 2021-08-16 17:41:49 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2021-08-16 17:41:49 +0300 |
commit | 89d4dbcc074765f07616fa5058ca7df1a5036d05 (patch) | |
tree | 2580896397b6a9bb203a7be3b9ee7c931605b5b7 /tests/integration | |
parent | 36044483d365a907a9da6ad8a7b3f0dfb0a918e2 (diff) | |
parent | 70ed53f03f3d74877d5bc71e49e3a1e65af8b15f (diff) | |
download | genenetwork3-89d4dbcc074765f07616fa5058ca7df1a5036d05.tar.gz |
Merge branch 'main' into heatmap_generation
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/test_correlation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test_correlation.py b/tests/integration/test_correlation.py index e67f58d..bdd9bce 100644 --- a/tests/integration/test_correlation.py +++ b/tests/integration/test_correlation.py @@ -80,7 +80,7 @@ class CorrelationIntegrationTest(TestCase): self.assertEqual(mock_compute_corr.call_count, 1) self.assertEqual(response.status_code, 200) - @mock.patch("gn3.api.correlation.compute_all_tissue_correlation") + @mock.patch("gn3.api.correlation.compute_tissue_correlation") def test_tissue_correlation(self, mock_tissue_corr): """Test api/correlation/tissue_corr/{corr_method}""" mock_tissue_corr.return_value = {} |