From 907c68833762bc32bccf49c2d227439d18e1b151 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 7 May 2019 11:25:22 +0200 Subject: [PATCH] Naming --- certbot/tests/compat/filesystem_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot/tests/compat/filesystem_test.py b/certbot/tests/compat/filesystem_test.py index 5f76916e6..02d8a10d1 100644 --- a/certbot/tests/compat/filesystem_test.py +++ b/certbot/tests/compat/filesystem_test.py @@ -6,8 +6,8 @@ from certbot.compat import filesystem from certbot.tests.util import TempDirTestCase -class SecurityTest(TempDirTestCase): - """Unit tests for security module.""" +class FilesystemTest(TempDirTestCase): + """Unit tests for filesystem module.""" def test_check_modes(self): probe = os.path.join(self.tempdir, 'probe')