From: Diane Trout Date: Tue, 25 Jan 2011 01:16:09 +0000 (-0800) Subject: Fix typo in a function name. X-Git-Tag: 0.5.1~10 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=e95978a9ec6e80c3bfdb0d0944f2e1b4453e8a0b Fix typo in a function name. (Silly character bleed through from a different application) --- 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")