Skip to content

Commit

Permalink
Update cpp/src/arrow/c/bridge_test.cc
Browse files Browse the repository at this point in the history
Co-authored-by: David Li <[email protected]>
  • Loading branch information
zeroshade and lidavidm authored Oct 22, 2024
1 parent dbdb5ff commit 53eca31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/c/bridge_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5368,7 +5368,7 @@ TEST_F(TestAsyncDeviceArrayStreamRoundTrip, Simple) {
}));

ASSERT_OK_AND_ASSIGN(auto generator, fut_gen.result());
AssertSchemaEqual(*orig_schema, *generator.schema);
ASSERT_NO_FATAL_FAILURE(AssertSchemaEqual(*orig_schema, *generator.schema));

auto collect_fut = CollectAsyncGenerator(generator.generator);
ASSERT_OK_AND_ASSIGN(auto results, collect_fut.result());
Expand Down

0 comments on commit 53eca31

Please sign in to comment.