aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmm-glib/tests/test-common-helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-glib/tests/test-common-helpers.c b/libmm-glib/tests/test-common-helpers.c
index b8923ab3..7ee69687 100644
--- a/libmm-glib/tests/test-common-helpers.c
+++ b/libmm-glib/tests/test-common-helpers.c
@@ -1012,7 +1012,7 @@ call_direction_from_string (void)
call_direction = mm_common_get_call_direction_from_string ("incoming", &error);
g_assert_no_error (error);
- g_assert (call_direction == MM_CALL_DIRECTION_INCOMING);
+ g_assert (call_direction == MM_CALL_DIRECTION_INCOMING);
}
static void
@@ -1256,7 +1256,7 @@ access_type_preference_from_string (void)
access_type_preference = mm_common_get_access_type_preference_from_string ("3gpp-preferred", &error);
g_assert_no_error (error);
- g_assert (access_type_preference == MM_BEARER_ACCESS_TYPE_PREFERENCE_3GPP_PREFERRED);
+ g_assert (access_type_preference == MM_BEARER_ACCESS_TYPE_PREFERENCE_3GPP_PREFERRED);
}
static void