Update docs for yamldumper test

This commit is contained in:
Ch3LL 2019-05-09 15:42:52 -04:00
parent bf648e57a8
commit 20bc954483
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -17,7 +17,7 @@ from tests.support.mock import NO_MOCK, NO_MOCK_REASON
@skipIf(NO_MOCK, NO_MOCK_REASON)
class YamlDumperTestCase(TestCase):
'''
TestCase for salt.utils.yamlloader module
TestCase for salt.utils.yamldumper module
'''
def test_yaml_dump(self):
'''