diff --git a/src/test/testprefs.c b/src/test/testprefs.c index a915e676..ff1891e0 100644 --- a/src/test/testprefs.c +++ b/src/test/testprefs.c @@ -1749,7 +1749,7 @@ TEST test_json_unescaping() { ASSERT(strcmp(parsedData.jsonString, "\"https://deadc0de.org/apple2ix/android/\"") == 0); size_t newLen = strlen(parsedData.jsonString); ASSERT(parsedData.jsonLen != newLen); - ASSERT(newLen == 39); + ASSERT(newLen == 40); json_destroy(&jsonRef);