Skip to content

Commit

Permalink
small test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 committed Feb 13, 2025
1 parent 297c309 commit 5e3a2cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ public void testWriteRead() {
PCollection<Row> output =
readPipeline.apply(Managed.read(Managed.ICEBERG).withConfig(config)).getSinglePCollection();
PAssert.that(output).containsInAnyOrder(inputRows);
readPipeline.run().waitUntilFinish();
}

@Test
Expand Down

0 comments on commit 5e3a2cc

Please sign in to comment.