From 9b466924d9332060098d2dca4d88ee9d3d3f10f7 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Fri, 8 Dec 2023 10:07:08 -0500 Subject: [PATCH] `test_zarr.py`: Import `EMPTY_CHECKSUM` from `zarr_checksum` Part of dandi/dandi-schema#209 --- dandiapi/zarr/tests/test_zarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dandiapi/zarr/tests/test_zarr.py b/dandiapi/zarr/tests/test_zarr.py index cb946250c..e568d7c19 100644 --- a/dandiapi/zarr/tests/test_zarr.py +++ b/dandiapi/zarr/tests/test_zarr.py @@ -1,7 +1,7 @@ -from dandischema.digests.zarr import EMPTY_CHECKSUM from django.conf import settings from guardian.shortcuts import assign_perm import pytest +from zarr_checksum.checksum import EMPTY_CHECKSUM from dandiapi.api.models.dandiset import Dandiset from dandiapi.api.tests.fuzzy import UUID_RE