Skip to content

Commit 1587fd1

Browse files
maxrjonesdstansby
andauthored
Apply suggestions from code review
Co-authored-by: David Stansby <[email protected]>
1 parent 1e080c0 commit 1587fd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

changes/2693.bugfix.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Implement open() for LoggingStore
22
LoggingStore is now a generic class.
3-
Add _is_open property and setter for WrapperStore
43
Use stdout rather than stderr as the default stream for LoggingStore
54
Ensure that ZipStore is open before getting or setting any values
65
Update equality for LoggingStore and WrapperStore such that the types must be equal.
@@ -10,5 +9,5 @@ Test using Store as a context manager in StoreTests
109
Match the errors raised by read only stores in StoreTests
1110
Test that a ValueError is raise for invalid byte range syntax in StoreTests
1211
Test getsize() and getsize_prefix() in StoreTests
13-
Test the error raise for invalid buffer arguments in StoreTests
12+
Test the error raised for invalid buffer arguments in StoreTests
1413
Test that data can be written to a store that's not yet open using the store.set method in StoreTests

0 commit comments

Comments
 (0)