Fix typo in documentation (#71652)
Fix typo on the page about unit testing modules,
This commit is contained in:
parent
9fcf1db871
commit
1ad0f666d5
1 changed files with 18 additions and 18 deletions
|
@ -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
|
||||
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
|
||||
are organized by module groups.
|
||||
|
||||
|
|
Loading…
Reference in a new issue