Skip to content

Commit ddbb36e

Browse files
committed
Progress towards satisfying vulture
1 parent 81aee08 commit ddbb36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def cloud_reco_client(_mock_database: VuforiaDatabase) -> CloudRecoService:
4949

5050

5151
@pytest.fixture(name="image_file", params=["r+b", "rb"])
52-
def image_file_fixture(
52+
def fixture_image_file(
5353
high_quality_image: io.BytesIO,
5454
tmp_path: Path,
5555
request: pytest.FixtureRequest,

0 commit comments

Comments
 (0)