Commit 9c849ea9 by Maurits van Beusekom

Updated unit-tests to keep same testing style

parent beb8e09d
...@@ -73,8 +73,8 @@ void main() { ...@@ -73,8 +73,8 @@ void main() {
// Act & Assert // Act & Assert
expect( expect(
firstPermission.hashCode != secondPermission.hashCode, firstPermission.hashCode == secondPermission.hashCode,
true, 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