aboutsummaryrefslogtreecommitdiff
path: root/plugins/simtech/tests/test-modem-helpers-simtech.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-04-04 11:53:36 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-08 16:35:09 +0200
commit39dd4c166d2750a00dfe1a3505a02bccaaf7f755 (patch)
treeafe110b0ac5321b6f31c792c6c4b2c1facc85c85 /plugins/simtech/tests/test-modem-helpers-simtech.c
parent78cad902ef342d6da628f26e1282782aa8361316 (diff)
modem-helpers: port clcc list parser to use object logging
Diffstat (limited to 'plugins/simtech/tests/test-modem-helpers-simtech.c')
-rw-r--r--plugins/simtech/tests/test-modem-helpers-simtech.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/simtech/tests/test-modem-helpers-simtech.c b/plugins/simtech/tests/test-modem-helpers-simtech.c
index af93b7ba..f1109534 100644
--- a/plugins/simtech/tests/test-modem-helpers-simtech.c
+++ b/plugins/simtech/tests/test-modem-helpers-simtech.c
@@ -52,7 +52,7 @@ common_test_clcc_urc (const gchar *urc,
str = g_match_info_fetch (match_info, 0);
g_assert (str);
- result = mm_simtech_parse_clcc_list (str, &call_info_list, &error);
+ result = mm_simtech_parse_clcc_list (str, NULL, &call_info_list, &error);
g_assert_no_error (error);
g_assert (result);