From e688be0f5fcede5a1246a74a0e7f37e62ef4e21f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:37:54 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/unit/common/test_resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/common/test_resources.py b/tests/unit/common/test_resources.py index 627db3ee0..8cbd8291e 100644 --- a/tests/unit/common/test_resources.py +++ b/tests/unit/common/test_resources.py @@ -268,7 +268,7 @@ def test_add_ref_search_for_file_error(self): entity_id='entity_id1', entity_uri='entity1') - # TODO: Add this once you've created a HDMF_file to rework testing + # TODO: Add this once you've created a HDMF_file to rework testing # def test_add_ref_file_mismatch(self): # file = HERDManagerContainer(name='file') # file2 = HERDManagerContainer()