mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Merge branch 'vala-attributes-validate-test-fix' into 'master'
Fix Vala test for attributes_validate See merge request GNOME/libsecret!132
This commit is contained in:
commit
39055f245e
@ -20,7 +20,7 @@ private void test_attributes_validate () {
|
||||
attributes["number"] = "1";
|
||||
|
||||
bool valid = Secret.attributes_validate (schema, attributes);
|
||||
GLib.assert (valid = true);
|
||||
GLib.assert (valid == true);
|
||||
} catch ( GLib.Error e ) {
|
||||
GLib.error (e.message);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user