From 3a10fff91326c84f1c3956d19a60d89f513501ab Mon Sep 17 00:00:00 2001 From: Nicolas Hart Date: Wed, 17 Mar 2021 22:23:20 +0100 Subject: [PATCH] [Testing] Fix typo in assertEmailAttachmentCount --- testing/functional_tests_assertions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/functional_tests_assertions.rst b/testing/functional_tests_assertions.rst index edf1a6bb679..29e4b1e5e3a 100644 --- a/testing/functional_tests_assertions.rst +++ b/testing/functional_tests_assertions.rst @@ -84,7 +84,7 @@ Mailer - ``assertQueuedEmailCount()`` - ``assertEmailIsQueued()`` - ``assertEmailIsNotQueued()`` -- ``assertEmailAttachementCount()`` +- ``assertEmailAttachmentCount()`` - ``assertEmailTextBodyContains()`` - ``assertEmailTextBodyNotContains()`` - ``assertEmailHtmlBodyContains()``