Fix typo in documentation (#71652)

Fix typo on the page about unit testing modules,
This commit is contained in:
Zois Pagoulatos 2020-09-09 18:41:43 +02:00 committed by GitHub
parent 9fcf1db871
commit 1ad0f666d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ What Are Unit Tests?
==================== ====================
Ansible includes a set of unit tests in the :file:`test/units` directory. These tests primarily cover the Ansible includes a set of unit tests in the :file:`test/units` directory. These tests primarily cover the
internals but can also can cover Ansible modules. The structure of the unit tests matches internals but can also cover Ansible modules. The structure of the unit tests matches
the structure of the code base, so the tests that reside in the :file:`test/units/modules/` directory the structure of the code base, so the tests that reside in the :file:`test/units/modules/` directory
are organized by module groups. are organized by module groups.