1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

Fix more plugin unit tests. (#51)

This commit is contained in:
Felix Fontein
2020-03-25 23:37:34 +01:00
committed by GitHub
parent a5627744f1
commit 76880e2403
3 changed files with 5 additions and 5 deletions

View File

@ -32,4 +32,4 @@ def test_memcached_cachemodule():
def test_memcached_cachemodule_with_loader():
assert isinstance(cache_loader.get('memcached'), MemcachedCache)
assert isinstance(cache_loader.get('community.general.memcached'), MemcachedCache)