Skip to content

Commit f1e9e15

Browse files
committed
Add sanity check test assertion
1 parent d4a34a2 commit f1e9e15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/imap/test_folder_sync.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,8 @@ def test_gmail_handle_uidinvalid(
473473
.limit(5)
474474
.all()
475475
)
476+
477+
assert len(imap_uids) == 5
476478
for uid in imap_uids:
477479
uid.labels.add(label)
478480

0 commit comments

Comments
 (0)