From 491a2fa8dc70eed681c3ffc59fc19f86fb7cb4ac Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 19 Nov 2020 03:35:19 +1000 Subject: [PATCH] doc/dev: update list in unit test section This commit removes an unwanted extra nested list layer from a list. Signed-off-by: Zac Dover --- doc/dev/developer_guide/tests-unit-tests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/developer_guide/tests-unit-tests.rst b/doc/dev/developer_guide/tests-unit-tests.rst index 5347f3ad6c11..427358397064 100644 --- a/doc/dev/developer_guide/tests-unit-tests.rst +++ b/doc/dev/developer_guide/tests-unit-tests.rst @@ -52,8 +52,8 @@ in the ``./src`` directory. The ``add_ceph_test`` and Some unit tests are scripts and other unit tests are binaries that are compiled during the build process. -* - ``add_ceph_test`` function - used to declare unit test scripts -* - ``add_ceph_unittest`` function - used for unit test binaries +* ``add_ceph_test`` function - used to declare unit test scripts +* ``add_ceph_unittest`` function - used for unit test binaries Unit testing of CLI tools ------------------------- -- 2.47.3