summaryrefslogtreecommitdiff
path: root/service/test/adapter/test_status.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/adapter/test_status.py')
-rw-r--r--service/test/adapter/test_status.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/test/adapter/test_status.py b/service/test/adapter/test_status.py
index b39d4846..18648719 100644
--- a/service/test/adapter/test_status.py
+++ b/service/test/adapter/test_status.py
@@ -32,4 +32,3 @@ class TestStatus(unittest.TestCase):
def test_bulk_conversion(self):
statuses = Status.from_flags(['\\Answered', '\\Seen', '\\Recent', 'tag_a_custom'])
self.assertEquals(set([Status('read'), Status('replied')]), statuses)
-