]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: update list in unit test section 38172/head
authorZac Dover <zac.dover@gmail.com>
Wed, 18 Nov 2020 17:35:19 +0000 (03:35 +1000)
committerZac Dover <zac.dover@gmail.com>
Wed, 18 Nov 2020 17:35:19 +0000 (03:35 +1000)
This commit removes an unwanted extra
nested list layer from a list.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/dev/developer_guide/tests-unit-tests.rst

index 5347f3ad6c11f35bf612e61a224c9f476a54515b..427358397064896767aa77a2dbf4a8b75f68a5a1 100644 (file)
@@ -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
 -------------------------