diff options
author | Alexanderlacuna | 2020-11-06 00:45:50 +0300 |
---|---|---|
committer | Alexanderlacuna | 2020-11-06 00:45:50 +0300 |
commit | 7078bd8a2d9d3a2ab8f31e102deeece8bc0e5fcf (patch) | |
tree | 8b68fb45487a308b2e718d9386db0ec2bf7f1ddc | |
parent | 162e3e1acc1fea2548f7caa71fa3fc425c0a4ccd (diff) | |
download | genenetwork2-7078bd8a2d9d3a2ab8f31e102deeece8bc0e5fcf.tar.gz |
fix typo
-rw-r--r-- | wqflask/tests/wqflask/show_trait/test_show_trait.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/tests/wqflask/show_trait/test_show_trait.py b/wqflask/tests/wqflask/show_trait/test_show_trait.py index 600baefb..8c866874 100644 --- a/wqflask/tests/wqflask/show_trait/test_show_trait.py +++ b/wqflask/tests/wqflask/show_trait/test_show_trait.py @@ -244,9 +244,9 @@ class TestTraits(unittest.TestCase): @mock.patch("wqflask.show_trait.show_trait.locate_ignore_error") - def test_get_scales_from_genofile_found(self, mock_ingore_location): + def test_get_scales_from_genofile_found(self, mock_ignore_location): """"add test for get scales from genofile where file is found""" - mock_ingore_location.return_value = True + mock_ignore_location.return_value = True geno_file = """ #sample line with no @scales:other\n #sample line @scales and :separated by semicolon\n |