Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Apr 29, 2024
1 parent 44dbf91 commit b4f9381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/raft/integration/test_uv_load.c
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ TEST(load, openSegmentWithIncompleteBatchData, setUp, tearDown, 0, NULL)
DirTruncateFile(f->dir, "open-1", offset);
LOAD_ERROR(RAFT_IOERR,
"load open segment open-1: entries batch 1 starting at byte 8: "
"read data: short read: 4 bytes instead of 8");
"read data: short read: 4 bytes instead of 24");
return MUNIT_OK;
}

Expand Down

0 comments on commit b4f9381

Please sign in to comment.