yin parser BUGIFX wrong assert in test
diff --git a/tests/src/test_parser_yin.c b/tests/src/test_parser_yin.c
index 7a8bfcc..ce5bbc8 100644
--- a/tests/src/test_parser_yin.c
+++ b/tests/src/test_parser_yin.c
@@ -193,7 +193,7 @@
</module>",
st->mod);
assert_int_equal(ret, LY_EVALID);
- logbuf_assert("Missing mandatory attribute \"name\" of module element. Line number 1.");
+ logbuf_assert("Missing mandatory attribute name of module element. Line number 1.");
st = reset_state(state);
ret = yin_parse_module(st->ctx,