We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2535c1 commit 5bbe15fCopy full SHA for 5bbe15f
tests/test_emailobject.py
@@ -20,6 +20,7 @@ class TestEmailObject(unittest.TestCase):
20
21
eml_1: BytesIO
22
msg_1: BytesIO
23
+ msg_1_bom: BytesIO
24
25
@classmethod
26
def setUpClass(cls: type[T]) -> None:
0 commit comments