Skip to content

Commit ea75ffb

Browse files
Schampertwiggler
andauthored
Update tests/test_vbk.py
Co-authored-by: twiggler <[email protected]>
1 parent 97430e3 commit ea75ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_vbk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_vbk_version_13(vbk13: BinaryIO) -> None:
8080
def test_metavector2_lookup() -> None:
8181
"""test that the lookup logic in MetaVector2 works as expected"""
8282

83-
tmp = []
83+
raw_blob = []
8484
entry = 0
8585
num_pages = 11
8686
for i in range(num_pages):

0 commit comments

Comments
 (0)