Skip to content

Commit f4abc48

Browse files
committed
fix store type
1 parent c124b24 commit f4abc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def sync_store(request: pytest.FixtureRequest, tmp_path: LEGACY_PATH) -> Store:
8787
@dataclass
8888
class AsyncGroupRequest:
8989
zarr_format: ZarrFormat
90-
store: Literal["local", "remote", "memory", "zip"]
90+
store: Literal["local", "fsspec", "memory", "zip"]
9191
attributes: dict[str, Any] = field(default_factory=dict)
9292

9393

0 commit comments

Comments
 (0)