Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhilingc committed May 18, 2020
1 parent aaaf9e6 commit b2ff681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingestion/src/test/java/feast/ingestion/ImportJobTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ public void runPipeline_ShouldWriteToRedisCorrectlyGivenValidSpecAndFeatureRow()
});
options.setFeatureSetJson(compressor.compress(spec));
options.setStoreJson(Collections.singletonList(JsonFormat.printer().print(redis)));
options.setDefaultFeastProject("myproject");
options.setProject("");
options.setBlockOnRun(false);

Expand Down

0 comments on commit b2ff681

Please sign in to comment.