Skip to content

Commit

Permalink
Remove archaic test
Browse files Browse the repository at this point in the history
  • Loading branch information
balasankarc committed Sep 1, 2017
1 parent b0f4b5c commit 16573b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libindic/fortune/tests/test_indicfortune.py
Expand Up @@ -12,9 +12,6 @@ def setUp(self):
super(IndicFortuneTest, self).setUp()
self.fortune = Fortune()

def test_fortune(self):
self.assertIsInstance(self.fortune.fortune("chanakya"), unicode)

def test_fortune_search(self):
self.assertIn(self.fortune.fortune("chanakya", "daughter"),
[""" Give your daughter in marriage to a good family, engage
Expand Down

0 comments on commit 16573b0

Please sign in to comment.