Skip to content

Drop usage of raw g_assert in reader test in favor of g_assert_*()

This will give more informative message in case of fail assertions. Moreover GLib (when compiling with G_DISABLE_ASSERT) disable g_assert totally, that would make these tests no-op

Signed-off-by: Frederic Martinsons frederic.martinsons@sigfox.com

Merge request reports