Skip to content

Commit

Permalink
Change video test to not depend on specific inference
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss authored May 26, 2020
1 parent a18f774 commit f5fcf50
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void test() throws Exception {
String got = bout.toString();

// Test that the video with a cat has the whiskers label (may change).
assertThat(got.toUpperCase()).contains("WHISKERS");
assertThat(got.toUpperCase()).contains("VIDEO LABEL DESCRIPTION");
assertThat(got.toUpperCase()).contains("CONFIDENCE");
}
}

0 comments on commit f5fcf50

Please sign in to comment.