Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Helper test case fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rc0r committed Jan 3, 2015
1 parent 34288aa commit 29f0ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_is_sequence(self):

def test_output(self):
self.assertTrue(None == Helper.output("Test"))
self.assertTrue(None == Helper.output(u"\u2031\u203c\u2049"))
self.assertTrue(None == Helper.output("\u2031\u203c\u2049"))
self.assertTrue(None == Helper.output(self))
self.assertTrue(None == Helper.output(None))
self.assertTrue(None == Helper.output(True))
Expand Down

0 comments on commit 29f0ec5

Please sign in to comment.