Test fixes and improvements (#9733)

* Test fixes and improvements (for debugging)

* Remove set log level

* Remove info log from CardRepository

Co-authored-by: Hugh Kaznowski <raat_streetcam@simplelogin.com>
This commit is contained in:
Przemyslaw Hugh Kaznowski 2022-11-06 13:47:27 +00:00 committed by GitHub
parent 63c1325f37
commit dc3d867584
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -275,7 +275,7 @@ public class VerifyCardDataTest {
printMessages(outputMessages);
if (failed > 0) {
Assert.fail("found " + failed + " errors in cards verify (see errors list above)");
Assert.fail(String.format("found %d errors in %d cards verify (see errors list above)", failed, CardScanner.getAllCards().size()));
}
}