tests: Fix an expected message in param test

This isn’t normally hit because it’s in a test which is disabled unless
run with `-m thorough`.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-01-18 16:53:36 +00:00
parent 5d38f3ebd4
commit d738dcc76f

View File

@ -1431,7 +1431,7 @@ test_param_implement (void)
case 'i':
g_test_trap_assert_failed ();
g_test_trap_assert_stderr ("*g_object_class_install_property*");
g_test_trap_assert_stderr ("*pspec->flags*");
continue;
case 'f':