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 2876613..8050562 100644
--- a/tests/test_memfs.py
+++ b/tests/test_memfs.py
@@ -47,7 +47,7 @@ class MemFSTests(TestCase):
attrgetter("home"),
attrgetter("output"),
lambda fs: fs.mkdir(""),
- lambda fs: list(fs.attachments(1)),
+ lambda fs: list(fs.files(1)),
]
memfs = MemFS(10)