Skip to content

Commit

Permalink
fix store type
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman committed Dec 13, 2024
1 parent c124b24 commit f4abc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def sync_store(request: pytest.FixtureRequest, tmp_path: LEGACY_PATH) -> Store:
@dataclass
class AsyncGroupRequest:
zarr_format: ZarrFormat
store: Literal["local", "remote", "memory", "zip"]
store: Literal["local", "fsspec", "memory", "zip"]
attributes: dict[str, Any] = field(default_factory=dict)


Expand Down

0 comments on commit f4abc48

Please sign in to comment.