From e95978a9ec6e80c3bfdb0d0944f2e1b4453e8a0b Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 24 Jan 2011 17:16:09 -0800 Subject: [PATCH] Fix typo in a function name. (Silly character bleed through from a different application) --- htsworkflow/pipelines/test/test_eland.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/pipelines/test/test_eland.py b/htsworkflow/pipelines/test/test_eland.py index bd215c1..4ffb3e7 100644 --- a/htsworkflow/pipelines/test/test_eland.py +++ b/htsworkflow/pipelines/test/test_eland.py @@ -164,7 +164,7 @@ class ElandTests(unittest.TestCase): def suite(): - return unittest.makeSquite(ElandTests, 'test') + return unittest.makeSuite(ElandTests, 'test') if __name__ == "__main__": unittest.main(defaultTest="suite") -- 2.30.2