aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ionite34 <[email protected]>2022-11-24 13:47:25 +0800
committerGravatar ionite34 <[email protected]>2022-11-24 13:47:25 +0800
commit800aef070cf9ea2de29addfab7d2134bf4e54748 (patch)
tree5f0983598b1243e4c255676b0ef763ee2574b675
parentAdd missing None hints for limit and timeout (diff)
Correct MemFS test class name
-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")