From ddee2331a07b984d54abe46b7daea82646a177ff Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Sun, 17 May 2026 21:13:30 +0900 Subject: [PATCH] Fix typo in test_add_files --- tests/integration/test_add_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_add_files.py b/tests/integration/test_add_files.py index 5c529e6efb..a1d45451d8 100644 --- a/tests/integration/test_add_files.py +++ b/tests/integration/test_add_files.py @@ -151,7 +151,7 @@ def _create_table( @pytest.fixture(name="format_version", params=[pytest.param(1, id="format_version=1"), pytest.param(2, id="format_version=2")]) -def format_version_fixure(request: pytest.FixtureRequest) -> Iterator[int]: +def format_version_fixture(request: pytest.FixtureRequest) -> Iterator[int]: """Fixture to run tests with different table format versions.""" yield request.param