Skip to content

Commit e6ecf99

Browse files
d-v-bjhamman
andauthored
Update tests/v3/test_api.py
Co-authored-by: Joe Hamman <[email protected]>
1 parent 3b9d35e commit e6ecf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_create_array(memory_store: Store) -> None:
4848
assert z.chunks == (40,)
4949

5050

51-
@pytest.mark.parametrize("path", ["/", "///foo/bar"])
51+
@pytest.mark.parametrize("path", ["foo", "/", "/foo", "///foo/bar"])
5252
@pytest.mark.parametrize("node_type", ["array", "group"])
5353
def test_open_normalized_path(
5454
memory_store: MemoryStore, path: str, node_type: Literal["array", "group"]

0 commit comments

Comments
 (0)