From 0da121d1dec998176ac179e3e2db3b9f07c9339a Mon Sep 17 00:00:00 2001 From: Destiny Peterson Date: Tue, 8 Oct 2024 08:16:05 -0700 Subject: [PATCH] Update ole_writer_tests.py --- extract_msg_tests/ole_writer_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extract_msg_tests/ole_writer_tests.py b/extract_msg_tests/ole_writer_tests.py index 610c2aa7..127b58df 100644 --- a/extract_msg_tests/ole_writer_tests.py +++ b/extract_msg_tests/ole_writer_tests.py @@ -34,7 +34,8 @@ def testSetup(self): Initial test to check that the setup does not throw exceptions. """ self._setupWriter() - + raise Exception() + def testAddEntryManual(self): """ Tests the `addEntry` method.