Skip to content
Commit c20e6af0 authored by Milan Crha's avatar Milan Crha
Browse files

Use `g_assert_true()` instead of `g_assert()` in the unit tests

The `g_assert()` can be disabled by `G_DISABLE_ASSERT` when compiling,
which is not desired for the unit tests, thus use the `g_assert_true()`
in the tests instead.
parent de03a5c5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment