From 0a838b701e1d7aa6b9bcb149aa3b9933ef788d61 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Fri, 29 Sep 2023 15:57:57 -0700 Subject: [PATCH] Update tests/unit/utils.py Co-authored-by: Oliver Ruebel --- tests/unit/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/utils.py b/tests/unit/utils.py index 1fb3d5be..9529fcea 100644 --- a/tests/unit/utils.py +++ b/tests/unit/utils.py @@ -11,7 +11,7 @@ from hdmf.utils import (docval, getargs, get_docval) CORE_NAMESPACE = 'test_core' -ROOT_NAME = 'root' +from hdmf_zarr.backend import ROOT_NAME class CacheSpecTestHelper(object):