Skip to content

Commit 778d5e3

Browse files
committed
Add docstrings [skip ci]
1 parent 12c5642 commit 778d5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/mock_vws/test_query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ def test_deleted_inactive(
15161516
@pytest.mark.usefixtures('verify_mock_vuforia')
15171517
class TestTargetStatusFailed:
15181518
"""
1519-
Tests for targets with the status failed
1519+
Tests for targets with the status "failed".
15201520
"""
15211521

15221522
def test_status_failed(
@@ -1525,7 +1525,7 @@ def test_status_failed(
15251525
vuforia_database_keys: VuforiaDatabaseKeys,
15261526
) -> None:
15271527
"""
1528-
XXX
1528+
Targets with the status "failed" are not found in query results.
15291529
"""
15301530
image_content = png_rgb.getvalue()
15311531
image_data_encoded = base64.b64encode(image_content).decode('ascii')

0 commit comments

Comments
 (0)