Skip to content

Commit

Permalink
Fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nirupa-kumar committed Jul 30, 2018
1 parent d6b926f commit ef26399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void tearDown() {
@Test
public void testPredict() throws Exception {
// Act
PredictionApi.predict(PROJECT_ID, COMPUTE_REGION, modelId, filePath,FALSE);
PredictionApi.predict(PROJECT_ID, COMPUTE_REGION, modelId, filePath);

// Assert
String got = bout.toString();
Expand Down

0 comments on commit ef26399

Please sign in to comment.