mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
Correct the sense of an assertion
This commit is contained in:
@@ -436,7 +436,7 @@ test_delay_revert (void)
|
||||
|
||||
g_settings_revert (settings);
|
||||
|
||||
g_assert (g_settings_get_has_unapplied (settings));
|
||||
g_assert (!g_settings_get_has_unapplied (settings));
|
||||
|
||||
g_settings_get (settings, "greeting", "s", &str);
|
||||
g_assert_cmpstr (str, ==, "top o' the morning");
|
||||
|
Reference in New Issue
Block a user