File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
video/beta/src/test/java/com/example/video Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ public void tearDown() {
4545 public void testDetectFacesGcs () throws Exception {
4646 DetectFacesGcs .detectFacesGcs ("gs://cloud-samples-data/video/googlework_short.mp4" );
4747 String got = bout .toString ();
48- assertThat (got ).contains ("Attribute " );
48+ assertThat (got ).contains ("Face detected: " );
4949 }
5050}
Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ public void tearDown() {
4646 public void testDetectFaces () throws Exception {
4747 DetectFaces .detectFaces ("resources/googlework_short.mp4" );
4848 String got = bout .toString ();
49- assertThat (got ).contains ("Attribute " );
49+ assertThat (got ).contains ("Face detected: " );
5050 }
5151}
You can’t perform that action at this time.
0 commit comments