Skip to content

Commit

Permalink
Give it a better dummy zarr checksum, aligned with dummy ETAG
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Feb 8, 2023
1 parent 5c5d2a1 commit 9890f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/misctypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def asdict(self) -> Dict[DigestType, str]:
DUMMY_DANDI_ETAG = Digest(algorithm=DigestType.dandi_etag, value=32 * "d" + "-1")
DUMMY_DANDI_ZARR_CHECKSUM = Digest(
algorithm=DigestType.dandi_zarr_checksum,
value="2ed39fd5ae56fd4177c4eb503d163528-1--1",
value=32 * "d" + "-1--1",
)

P = TypeVar("P", bound="BasePath")
Expand Down

0 comments on commit 9890f00

Please sign in to comment.