diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-03 15:47:37 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:35:09 +0200 |
commit | 0f708daf0b9bfa26193d0efbd2591bcc81ef1d44 (patch) | |
tree | bddccaec9aa07596ada387500f8a463a3d00bd1f /plugins/xmm/tests | |
parent | fd1464cff04017f283ee296f81acb18f0c2ae7ab (diff) |
modem-helpers: port supported modes filtering to use object logging
Diffstat (limited to 'plugins/xmm/tests')
-rw-r--r-- | plugins/xmm/tests/test-modem-helpers-xmm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xmm/tests/test-modem-helpers-xmm.c b/plugins/xmm/tests/test-modem-helpers-xmm.c index 0e65c7cc..c6a3f33d 100644 --- a/plugins/xmm/tests/test-modem-helpers-xmm.c +++ b/plugins/xmm/tests/test-modem-helpers-xmm.c @@ -45,7 +45,7 @@ validate_xact_test_response (const gchar *response, gboolean ret; guint i; - ret = mm_xmm_parse_xact_test_response (response, &modes, &bands, &error); + ret = mm_xmm_parse_xact_test_response (response, NULL, &modes, &bands, &error); g_assert_no_error (error); g_assert (ret); |