aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_reader_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_reader_writer.c b/test/test_reader_writer.c
index fd9c0d28..324135a4 100644
--- a/test/test_reader_writer.c
+++ b/test/test_reader_writer.c
@@ -373,7 +373,7 @@ test_write_errors(void)
SerdWorld* const world = serd_world_new();
ErrorContext ctx = {0U, 0U};
- const size_t max_offsets[] = {0, 386, 1911, 2003, 386};
+ const size_t max_offsets[] = {0, 373, 1911, 2003, 414};
// Test errors at different offsets to hit different code paths
for (unsigned s = 1; s <= (unsigned)SERD_TRIG; ++s) {