diff options
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); |