From 8272f88c3b50cc3912ae087b4f7eec506a5abaac Mon Sep 17 00:00:00 2001 From: ionite34 Date: Mon, 28 Nov 2022 11:53:54 +0800 Subject: parse_files refactor as instance method --- tests/test_memfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_memfs.py') 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) -- cgit v1.2.3