Skip to content

Commit 62939b6

Browse files
committed
fixup
1 parent 9ace4fa commit 62939b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_store/test_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def get(self, store: MemoryStore, key: str) -> Buffer:
6262
def store_kwargs(
6363
self, request: pytest.FixtureRequest
6464
) -> dict[str, str | None | dict[str, Buffer]]:
65-
kwargs = {"store_dict": None, "mode": "r+"}
65+
kwargs = {"store_dict": None}
6666
if request.param is True:
6767
kwargs["store_dict"] = {}
6868
return kwargs

0 commit comments

Comments
 (0)