diff options
author | zsloan | 2021-10-12 18:53:55 +0000 |
---|---|---|
committer | zsloan | 2021-10-12 18:53:55 +0000 |
commit | f588ad96ae5045499860fa6e2740e101ad4410d7 (patch) | |
tree | 946726d8d126e4eccdd8256e98453685598c856b /wqflask/tests/unit | |
parent | 1921cc3186f493d72a5d14a7e55abdd00914a32f (diff) | |
download | genenetwork2-f588ad96ae5045499860fa6e2740e101ad4410d7.tar.gz |
Fixed filename in test_gen_covariates_file; I think that the hash changed because I changed the test dataset name from 'dataser_1' to 'dataset_1'
Diffstat (limited to 'wqflask/tests/unit')
-rw-r--r-- | wqflask/tests/unit/wqflask/marker_regression/test_gemma_mapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/tests/unit/wqflask/marker_regression/test_gemma_mapping.py b/wqflask/tests/unit/wqflask/marker_regression/test_gemma_mapping.py index 1ec18199..f2ea22c0 100644 --- a/wqflask/tests/unit/wqflask/marker_regression/test_gemma_mapping.py +++ b/wqflask/tests/unit/wqflask/marker_regression/test_gemma_mapping.py @@ -134,7 +134,7 @@ class TestGemmaMapping(unittest.TestCase): flat_files.assert_called_once_with('mapping') mock_open.assert_called_once_with( - 'Home/Genenetwork/COVAR_anFZ_LfZYV0Ulywo+7tRCw.txt', 'w') + 'Home/Genenetwork/COVAR_npKxIOnq3azWdgYixtd9IQ.txt', 'w') filehandler = mock_open() filehandler.write.assert_has_calls([mock.call( '-9\t'), mock.call('-9\t'), mock.call('-9\t'), mock.call('-9\t'), mock.call('\n')]) |