Skip to content

Commit

Permalink
fix other test on centos7
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Sep 6, 2024
1 parent 14d24a3 commit 3d2b884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nanoarrow/ipc/reader_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ TEST(NanoarrowIpcReader, InputStreamBuffer) {

TEST(NanoarrowIpcReader, InputStreamFile) {
struct ArrowIpcInputStream stream;
ASSERT_EQ(ArrowIpcInputStreamInitFile(&stream, nullptr, 1), EINVAL);
ASSERT_NE(ArrowIpcInputStreamInitFile(&stream, nullptr, 1), NANOARROW_OK);

uint8_t input_data[] = {0x01, 0x02, 0x03, 0x04, 0x05};
FILE* file_ptr = tmpfile();
Expand Down

0 comments on commit 3d2b884

Please sign in to comment.