Test: fixed mage-verify tests

This commit is contained in:
Oleg Agafonov 2018-01-15 07:46:31 +04:00
parent 525107e212
commit bc3274b144
2 changed files with 10 additions and 0 deletions

View file

@ -39,6 +39,8 @@ public final class MtgJson {
mtgJsonToXMageCodes.put("DD3_EVG", "DD3EVG");
mtgJsonToXMageCodes.put("DD3_DVD", "DDC");
mtgJsonToXMageCodes.put("NMS", "NEM");
mtgJsonToXMageCodes.put("MPS_AKH", "MPS-AKH");
// revert search
for(Map.Entry<String, String> entry: mtgJsonToXMageCodes.entrySet()){