From 2f3b3d65b2ce716fe9716a1364bc7ad359fb7a49 Mon Sep 17 00:00:00 2001 From: geonwoo Date: Fri, 7 Mar 2025 08:26:01 +0900 Subject: [PATCH] Docs: Fix typo in unit_tests docs --- contributing-docs/testing/unit_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-docs/testing/unit_tests.rst b/contributing-docs/testing/unit_tests.rst index c7ac9ae497d3b..f34002886b4e6 100644 --- a/contributing-docs/testing/unit_tests.rst +++ b/contributing-docs/testing/unit_tests.rst @@ -117,7 +117,7 @@ via ``--integration`` flag in ``breeze`` environment - via ``breeze testing inte * ``Integration`` - tests that require external integration images running in docker-compose -This is done for three reasons: +This is done for two reasons: 1. in order to selectively run only subset of the test types for some PRs 2. in order to allow efficient parallel test execution of the tests on Self-Hosted runners