File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
firebase-vertexai/src/testUtil/java/com/google/firebase/vertexai Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -316,10 +316,10 @@ public void onComplete() {
316
316
}
317
317
318
318
private void validateLiveContentResponse (LiveContentResponse response ) {
319
- //int status = response.getStatus();
320
- //Assert.assertEquals(status, LiveContentResponse.Status.Companion.getNORMAL());
321
- //Assert.assertNotEquals(status, LiveContentResponse.Status.Companion.getINTERRUPTED());
322
- //Assert.assertNotEquals(status, LiveContentResponse.Status.Companion.getTURN_COMPLETE());
319
+ // int status = response.getStatus();
320
+ // Assert.assertEquals(status, LiveContentResponse.Status.Companion.getNORMAL());
321
+ // Assert.assertNotEquals(status, LiveContentResponse.Status.Companion.getINTERRUPTED());
322
+ // Assert.assertNotEquals(status, LiveContentResponse.Status.Companion.getTURN_COMPLETE());
323
323
// TODO b/412743328 LiveContentResponse.Status inaccessible for Java users
324
324
Content data = response .getData ();
325
325
if (data != null ) {
You can’t perform that action at this time.
0 commit comments