aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-04-03 15:52:00 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-08 16:35:09 +0200
commitfb61243b7dd37d020e5bc357340ed97a6e4a8857 (patch)
tree5120a9fb7dc93fa0a572218cf8b9609f29c2f9c9 /src/tests
parent0f708daf0b9bfa26193d0efbd2591bcc81ef1d44 (diff)
modem-helpers: port ifc test parser to use object logging
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test-modem-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test-modem-helpers.c b/src/tests/test-modem-helpers.c
index f2233dc4..1cba8148 100644
--- a/src/tests/test-modem-helpers.c
+++ b/src/tests/test-modem-helpers.c
@@ -37,7 +37,7 @@ test_ifc_response (const gchar *str,
MMFlowControl mask;
GError *error = NULL;
- mask = mm_parse_ifc_test_response (str, &error);
+ mask = mm_parse_ifc_test_response (str, NULL, &error);
g_assert_no_error (error);
g_assert_cmpuint (mask, ==, expected);
}