From b4f9381e8631f7fa706ad32e0408f4c08002f973 Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Tue, 30 Apr 2024 00:20:05 +0100 Subject: [PATCH] Fix a test Signed-off-by: Cole Miller --- test/raft/integration/test_uv_load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/raft/integration/test_uv_load.c b/test/raft/integration/test_uv_load.c index f555b0971..637e99337 100644 --- a/test/raft/integration/test_uv_load.c +++ b/test/raft/integration/test_uv_load.c @@ -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; }