Skip to content

Commit edacab9

Browse files
committed
Format
1 parent 88c5a8a commit edacab9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

firebase-vertexai/src/testUtil/java/com/google/firebase/vertexai/JavaCompileTests.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@ public void onComplete() {
316316
}
317317

318318
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());
323323
// TODO b/412743328 LiveContentResponse.Status inaccessible for Java users
324324
Content data = response.getData();
325325
if (data != null) {

0 commit comments

Comments
 (0)