diff options
author | BonfaceKilz | 2021-10-05 11:19:52 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-06 11:58:14 +0300 |
commit | 1f5be42d8f090fd4fe77a9275b12a9c9b1383d09 (patch) | |
tree | 8a52ea864d4346818d8ec57eadd899df298e2d0d /wqflask/tests | |
parent | e97719eea27ede1b3e943e6d21d18e5d383679f0 (diff) | |
download | genenetwork2-1f5be42d8f090fd4fe77a9275b12a9c9b1383d09.tar.gz |
tests: test_run_mapping: Add missing calls
After adding the missing attribute to "self.trait", we need to also
need to update some missing calls.
Diffstat (limited to 'wqflask/tests')
-rw-r--r-- | wqflask/tests/unit/wqflask/marker_regression/test_run_mapping.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/tests/unit/wqflask/marker_regression/test_run_mapping.py b/wqflask/tests/unit/wqflask/marker_regression/test_run_mapping.py index 3e9e4ef3..3747aeb8 100644 --- a/wqflask/tests/unit/wqflask/marker_regression/test_run_mapping.py +++ b/wqflask/tests/unit/wqflask/marker_regression/test_run_mapping.py @@ -188,6 +188,8 @@ class TestRunMapping(unittest.TestCase): mock.call('Time/Date: 09/01/19 / 10:12:12\n'), mock.call('Population: Human GP1_\n'), mock.call( 'Data Set: dataser_1\n'), + mock.call('Trait: Test Name\n'), + mock.call('Trait Hash: \n'), mock.call('N Samples: 100\n'), mock.call( 'Transform - Quantile Normalized\n'), mock.call('Gene Symbol: IGFI\n'), mock.call( |