* Updated some failing tests with old text after fix of 5a17b9665e.

This commit is contained in:
LevelX2 2020-06-10 22:08:51 +02:00
parent 1ef8aeb7ba
commit 25802dc105
3 changed files with 10 additions and 10 deletions

View file

@ -67,7 +67,7 @@ public class PutLibraryIntoGraveTargetEffect extends OneShotEffect {
sb.append(" puts the top ");
if (message.isEmpty()) {
if (amount.toString().equals("1")) {
sb.append("a card");
sb.append("card");
} else {
sb.append(CardUtil.numberToText(amount.toString())).append(" cards");
}