Skip to content

Commit e2b8a7b

Browse files
Marti BolivarAnas Nashif
authored andcommitted
tests: json: fix sense of test result string
The other test strings are worded in the positive sense; keep things consistent. Signed-off-by: Marti Bolivar <[email protected]>
1 parent 81e9303 commit e2b8a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/json/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ static void test_json_decoding(void)
113113
zassert_equal(ts.some_array_len, 5, "Array has correct number of items");
114114
zassert_true(!memcmp(ts.some_array, expected_array,
115115
sizeof(expected_array)),
116-
"Array decoded with unexpected values");
116+
"Array decoded with expected values");
117117
}
118118

119119
static void test_json_invalid_unicode(void)

0 commit comments

Comments
 (0)