diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-07 15:18:55 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:35:09 +0200 |
commit | 1edd4bb101ed9ff20072c56dad4e07859a9a9202 (patch) | |
tree | f28b40ef427646fda6badd0c819ef4b93804513f /plugins/mbm/tests/test-modem-helpers-mbm.c | |
parent | 64ac1c19ff25b43320bbf3b5fea8a49d5c7c207f (diff) |
mbm: port to use object logging
Diffstat (limited to 'plugins/mbm/tests/test-modem-helpers-mbm.c')
-rw-r--r-- | plugins/mbm/tests/test-modem-helpers-mbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mbm/tests/test-modem-helpers-mbm.c b/plugins/mbm/tests/test-modem-helpers-mbm.c index e64b25c2..da33522c 100644 --- a/plugins/mbm/tests/test-modem-helpers-mbm.c +++ b/plugins/mbm/tests/test-modem-helpers-mbm.c @@ -179,7 +179,7 @@ test_cfun_test (void) gboolean success; GError *error = NULL; - success = mm_mbm_parse_cfun_test (cfun_tests[i].str, &mask, &error); + success = mm_mbm_parse_cfun_test (cfun_tests[i].str, NULL, &mask, &error); g_assert_no_error (error); g_assert (success); g_assert_cmpuint (mask, ==, cfun_tests[i].expected_mask); |