-
Task
-
Resolution: Done
-
Major
-
None
-
None
There are a couple places in OpenSSHKeysParserTest where assertTrue is being used to test equality. We can simplify these checks by using the assertEquals method instead.
There are a couple places in OpenSSHKeysParserTest where assertTrue is being used to test equality. We can simplify these checks by using the assertEquals method instead.