Update tests/test_bluray.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
大虾
2026-01-12 23:17:39 +08:00
committed by GitHub
parent b9b7b00a7f
commit 2211f8d9e4

View File

@@ -27,7 +27,7 @@ class BluRayTest(TestCase):
)
self.__all = {self.__root.path: self.__root}
def __build_child(parent: schemas.FileItem, files: list[(str, list | int)]):
def __build_child(parent: schemas.FileItem, files: list[tuple[str, list | int]]):
parent.children = []
for name, children in files:
sep = "" if parent.path.endswith("/") else "/"