Commit 9c849ea9 by Maurits van Beusekom

Updated unit-tests to keep same testing style

parent beb8e09d
......@@ -73,8 +73,8 @@ void main() {
// Act & Assert
expect(
firstPermission.hashCode != secondPermission.hashCode,
true,
firstPermission.hashCode == secondPermission.hashCode,
false,
);
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment