aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_memfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_memfs.py')
-rw-r--r--tests/test_memfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_memfs.py b/tests/test_memfs.py
index 6b51405..2876613 100644
--- a/tests/test_memfs.py
+++ b/tests/test_memfs.py
@@ -13,7 +13,7 @@ def get_memfs_with_context():
return MemFS(10).__enter__()
-class NsJailTests(TestCase):
+class MemFSTests(TestCase):
def setUp(self):
super().setUp()
self.logger = logging.getLogger("snekbox.memfs")