Skip to content

Commit 69071f9

Browse files
committed
correct test names
1 parent c24243a commit 69071f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

video/cloud-client/analyze/beta_snippets_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626

2727

2828
@pytest.mark.slow
29-
def test_analyze_shots(capsys):
29+
def test_face_bounding_boxes(capsys):
3030
beta_snippets.face_bounding_boxes(
3131
'gs://{}{}'.format(BUCKET, FACES_SHORT_FILE_PATH))
3232
out, _ = capsys.readouterr()
3333
assert 'top :' in out
3434

3535

3636
@pytest.mark.slow
37-
def test_analyze_explicit_content(capsys):
37+
def test_face_emotions(capsys):
3838
beta_snippets.face_emotions(
3939
'gs://{}{}'.format(BUCKET, FACES_SHORT_FILE_PATH))
4040
out, _ = capsys.readouterr()

0 commit comments

Comments
 (0)