Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelCons committed May 27, 2013
1 parent e566e77 commit b178cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/message_test.py
Expand Up @@ -22,7 +22,6 @@
import sys
import unittest


MESSAGE_CONVERT_OPTIONS = [dict(), ]
for compressor in COMPRESSORS:
MESSAGE_CONVERT_OPTIONS.append({'compression': compressor})
Expand All @@ -39,6 +38,7 @@ def empty_string():
except NameError:
return ''


class MessageTest(unittest.TestCase):
""" test messaging.message """

Expand Down

0 comments on commit b178cb8

Please sign in to comment.