Skip to content

Commit ef26399

Browse files
committed
Fixed build issue
1 parent d6b926f commit ef26399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/automl/src/test/java/com/google/cloud/translate/automl/PredictionApiIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void tearDown() {
5555
@Test
5656
public void testPredict() throws Exception {
5757
// Act
58-
PredictionApi.predict(PROJECT_ID, COMPUTE_REGION, modelId, filePath,FALSE);
58+
PredictionApi.predict(PROJECT_ID, COMPUTE_REGION, modelId, filePath);
5959

6060
// Assert
6161
String got = bout.toString();

0 commit comments

Comments
 (0)