summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2014-11-13 10:33:08 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2014-11-14 07:45:55 -0800
commit3e7ffc3210048b2ec5c10d8a0a4b1eb203aea4ca (patch)
treea472e45cdff1c8bf86d43ef0f20acd0e24a47f24
parent885b60f31f5a87ff28882f0d5f7dd5e8f115db8f (diff)
downloadansible-modules-core-3e7ffc3210048b2ec5c10d8a0a4b1eb203aea4ca.tar.gz
Correct trivial spelling.
-rw-r--r--tests/test_apt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_apt.py b/tests/test_apt.py
index c5802227..a7eb3d3f 100644
--- a/tests/test_apt.py
+++ b/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)