From 06c9917764d31018ff65ba699cf2344d7a0d7688 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 4 Oct 2010 19:28:07 +0200 Subject: [PATCH] Fix function name typo. --- tests/test_foo_archives.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_foo_archives.py b/tests/test_foo_archives.py index 4b1b288..804535a 100644 --- a/tests/test_foo_archives.py +++ b/tests/test_foo_archives.py @@ -210,7 +210,7 @@ class TestArchives (ArchiveTest): @needs_program('file') @needs_program('7za') - def test_p7zip_file (self): + def test_p7azip_file (self): self.program = '7za' self.archive_commands('t.7z.foo', format="7z") self.archive_list('t.gz.foo')