We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36587af commit 90bf56aCopy full SHA for 90bf56a
video/src/test/java/com/example/video/QuickstartIT.java
@@ -51,6 +51,7 @@ public void test() throws Exception {
51
String got = bout.toString();
52
53
// Test that the video with a cat has the whiskers label (may change).
54
- assertThat(got.toUpperCase()).contains("WHISKERS");
+ assertThat(got.toUpperCase()).contains("VIDEO LABEL DESCRIPTION");
55
+ assertThat(got.toUpperCase()).contains("CONFIDENCE");
56
}
57
0 commit comments