From c22c31f05aa37cbc3e8a24133f9eb57beb544d6d Mon Sep 17 00:00:00 2001 From: Satoru SATOH Date: Sun, 5 May 2024 00:17:18 +0900 Subject: [PATCH] fix: remove an extra white space --- tests/api/open/test_basics.py | 2 +- tests/res/open/basics/10 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 tests/res/open/basics/10 diff --git a/tests/api/open/test_basics.py b/tests/api/open/test_basics.py index f36a2879..5f4e5be2 100644 --- a/tests/api/open/test_basics.py +++ b/tests/api/open/test_basics.py @@ -20,7 +20,7 @@ import pathlib -DATASETS: list[tuple[pathlib.Path, typing.Optional[dict], dict]] = [ +DATASETS: list[tuple[pathlib.Path, typing.Optional[dict], dict]] = [ pytest.param( ipath, data.get("e", None), data.get("o", {}), id=f"{ipath.parent}/{ipath.name}" diff --git a/tests/res/open/basics/10 b/tests/res/open/basics/10 deleted file mode 120000 index 9aabe51d..00000000 --- a/tests/res/open/basics/10 +++ /dev/null @@ -1 +0,0 @@ -../../base/basics/10 \ No newline at end of file