Skip to content

Commit 43baad3

Browse files
committed
Remove 'foo' from function name
1 parent f9e223e commit 43baad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mock_vws/test_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def test_default(
525525
assert len(response.json()['results']) == 1
526526

527527
@pytest.mark.parametrize('num_results', [1, b'1', 50])
528-
def test_valid_foo(
528+
def test_valid_accepted(
529529
self,
530530
high_quality_image: io.BytesIO,
531531
vuforia_database_keys: VuforiaDatabaseKeys,

0 commit comments

Comments
 (0)