From 2cf26c8a3fa189fd8e1c333ebe07de4f30364558 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 11 Dec 2019 21:51:11 +0100 Subject: [PATCH] Fix a test function name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bad copy-pasta… --- tests/test_acls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_acls.py b/tests/test_acls.py index 8234c5c..cb186a5 100644 --- a/tests/test_acls.py +++ b/tests/test_acls.py @@ -321,7 +321,7 @@ class TestLoad: acl1.__init__(acl=acl2) # type: ignore assert acl1 == acl2 - def test_entry_reinit_failure_noop(self): + def test_reinit_failure_noop(self): a = posix1e.ACL(text=TEXT_0755) b = posix1e.ACL(acl=a) assert a == b -- 2.39.2