Skip to content

Commit c2d75ce

Browse files
committed
fix
Signed-off-by: 0oshowero0 <o0shower0o@outlook.com>
1 parent abf2112 commit c2d75ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def test_batch_meta_union(self):
441441
# _custom_backend_meta is merged
442442
assert result._custom_backend_meta == {
443443
i: {"field1": {"dtype": torch.float32}, "field2": {"dtype": torch.int64}, "field3": {"dtype": torch.bool}}
444-
for i in [0, 1]
444+
for i in [8, 9]
445445
}
446446

447447
def test_batch_meta_union_validation(self):

0 commit comments

Comments
 (0)