typo fix
This commit is contained in:
committed by
GitHub
parent
ffd4550524
commit
2f72aa13df
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user