We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97430e3 commit ea75ffbCopy full SHA for ea75ffb
tests/test_vbk.py
@@ -80,7 +80,7 @@ def test_vbk_version_13(vbk13: BinaryIO) -> None:
80
def test_metavector2_lookup() -> None:
81
"""test that the lookup logic in MetaVector2 works as expected"""
82
83
- tmp = []
+ raw_blob = []
84
entry = 0
85
num_pages = 11
86
for i in range(num_pages):
0 commit comments