Fix typo in documentation (#71652)

Fix typo on the page about unit testing modules,
pull/71688/head
Zois Pagoulatos 4 years ago committed by GitHub
parent 9fcf1db871
commit 1ad0f666d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save