From 381aa854a3e4dd502a6c3abf73ee11536c5cffdf Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Mon, 29 Jun 2015 17:49:13 -0400 Subject: [PATCH] FIX: political unittest --- tests/test_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_remote.py b/tests/test_remote.py index 580247f..b4b262d 100644 --- a/tests/test_remote.py +++ b/tests/test_remote.py @@ -214,7 +214,7 @@ class FullAPIRun(unittest.TestCase): response = political(test_string) self.assertTrue(isinstance(response, dict)) - assert response['Liberal'] > 0.25 + assert response['Libertarian'] > 0.25 def test_posneg(self): test_string = "Worst song ever."