diff --git a/lib/ansible/modules/tests/test_apt.py b/lib/ansible/modules/tests/test_apt.py index c5802227759..a7eb3d3feec 100644 --- a/lib/ansible/modules/tests/test_apt.py +++ b/lib/ansible/modules/tests/test_apt.py @@ -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)