Correct trivial spelling.
This commit is contained in:
parent
945447e392
commit
f2c1d49de7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class AptExpandPkgspecTestCase(unittest.TestCase):
|
||||||
FakePackage("apt-utils"),
|
FakePackage("apt-utils"),
|
||||||
]
|
]
|
||||||
|
|
||||||
def test_trivil(self):
|
def test_trivial(self):
|
||||||
foo = ["apt"]
|
foo = ["apt"]
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
expand_pkgspec_from_fnmatches(None, foo, self.fake_cache), foo)
|
expand_pkgspec_from_fnmatches(None, foo, self.fake_cache), foo)
|
||||||
|
|
Loading…
Reference in a new issue