From 2f72aa13dfc32af4e40916b39ab0e5a7a2ee11e1 Mon Sep 17 00:00:00 2001 From: Manikantan Ramchandran Date: Sat, 28 Oct 2017 17:17:49 +0530 Subject: [PATCH] typo fix --- tests/query_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/query_tests.py b/tests/query_tests.py index e3ff3b6..195e09a 100644 --- a/tests/query_tests.py +++ b/tests/query_tests.py @@ -18,7 +18,7 @@ class TestQuery(unittest.TestCase): def test_unflagged(self): res = build_search_query(unflagged=True) - self.assertEqual(res, "(UNFFLAGGED)") + self.assertEqual(res, "(UNFLAGGED)") def test_flagged(self):