forked from External/mage
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:
parent
63c1325f37
commit
dc3d867584
4 changed files with 5 additions and 5 deletions
|
|
@ -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()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue