Skip to content

Fix Vala test for attributes_validate

The test I wrote previously had a silly error I hadn't spotted until now, where it was asserting an assignment instead of a comparison. This change makes it so that the test actually checks the return value of the function.

Merge request reports