Correct docstring for test_virtual (#61529)

* Correct docstring for test_virtual

This module is actually just used for testing, it's not a module that actually has any utility.

* 🤷
This commit is contained in:
Wayne Werner 2022-02-04 15:48:16 -06:00 committed by GitHub
parent b677222e9e
commit a8f0094c38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
"""
Module for running arbitrary tests with a __virtual__ function
Module for testing that a __virtual__ function returning False will not be
available via the Salt Loader.
"""