FIX: political unittest

This commit is contained in:
Chris Lee
2015-06-29 17:49:13 -04:00
parent 11cc84987d
commit 381aa854a3
+1 -1
View File
@@ -214,7 +214,7 @@ class FullAPIRun(unittest.TestCase):
response = political(test_string) response = political(test_string)
self.assertTrue(isinstance(response, dict)) self.assertTrue(isinstance(response, dict))
assert response['Liberal'] > 0.25 assert response['Libertarian'] > 0.25
def test_posneg(self): def test_posneg(self):
test_string = "Worst song ever." test_string = "Worst song ever."