tests: call: Prefer G_SOURCE_REMOVE instead of FALSE

This commit is contained in:
Evangelos Ribeiro Tzaras
2022-01-27 15:40:23 +01:00
parent f6e6d08332
commit 6c857ba94a

View File

@@ -47,7 +47,7 @@ static gboolean
test_dummy_call_hang_up_idle_cb (CallsDummyOrigin *origin) test_dummy_call_hang_up_idle_cb (CallsDummyOrigin *origin)
{ {
g_assert_null (calls_origin_get_calls (CALLS_ORIGIN (origin))); g_assert_null (calls_origin_get_calls (CALLS_ORIGIN (origin)));
return FALSE; return G_SOURCE_REMOVE;
} }
static void static void