mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Correct trivial spelling.
This commit is contained in:
committed by
Matt Clay
parent
945447e392
commit
f2c1d49de7
@@ -16,7 +16,7 @@ class AptExpandPkgspecTestCase(unittest.TestCase):
|
||||
FakePackage("apt-utils"),
|
||||
]
|
||||
|
||||
def test_trivil(self):
|
||||
def test_trivial(self):
|
||||
foo = ["apt"]
|
||||
self.assertEqual(
|
||||
expand_pkgspec_from_fnmatches(None, foo, self.fake_cache), foo)
|
||||
|
||||
Reference in New Issue
Block a user