Skip to content

Commit f808e4f

Browse files
committed
typo
1 parent 0c58bda commit f808e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ def metadata_location_gz(tmp_path_factory: pytest.TempPathFactory) -> str:
12591259
],
12601260
"lower_bounds": [
12611261
{"key": 2, "value": b"\x01\x00\x00\x00\x00\x00\x00\x00"},
1262-
{"key": 2, "value": b"\x01\x00\x00\x00\x00\x00\x00\x00"},
1262+
{"key": 3, "value": b"\x01\x00\x00\x00\x00\x00\x00\x00"},
12631263
{"key": 7, "value": b"\x03\x00\x00\x00"},
12641264
{"key": 8, "value": b"\x01\x00\x00\x00"},
12651265
{"key": 10, "value": b"\xf6(\\\x8f\xc2\x05S\xc0"},
@@ -1380,7 +1380,7 @@ def metadata_location_gz(tmp_path_factory: pytest.TempPathFactory) -> str:
13801380
"lower_bounds": [
13811381
{"key": 1, "value": b"\x01\x00\x00\x00"},
13821382
{"key": 2, "value": b"\x01\x00\x00\x00\x00\x00\x00\x00"},
1383-
{"key": 2, "value": b"\x01\x00\x00\x00\x00\x00\x00\x00"},
1383+
{"key": 3, "value": b"\x01\x00\x00\x00\x00\x00\x00\x00"},
13841384
{"key": 4, "value": b"\x00\x00\x00\x00"},
13851385
{"key": 5, "value": b"\x01\x00\x00\x00"},
13861386
{"key": 6, "value": b"N"},

0 commit comments

Comments
 (0)