Tests: added additional checks on boosters (see #8081);

This commit is contained in:
Oleg Agafonov 2021-07-31 19:50:57 +04:00
parent 1ac33efd1b
commit 5e91099f62
3 changed files with 21 additions and 0 deletions

View file

@ -672,4 +672,8 @@ public abstract class ExpansionSet implements Serializable {
return maxCardNumberInBooster;
}
public int getNumBoosterDoubleFaced() {
return numBoosterDoubleFaced;
}
}