We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c6bdb commit 1ba4db5Copy full SHA for 1ba4db5
1 file changed
tests/extmod/btree1.py
@@ -9,7 +9,7 @@
9
10
#f = open("_test.db", "w+b")
11
f = uio.BytesIO()
12
-db = btree.open(f)
+db = btree.open(f, pagesize=512)
13
14
db[b"foo3"] = b"bar3"
15
db[b"foo1"] = b"bar1"
0 commit comments