Slightly more API

This commit is contained in:
Maxopoly
2021-11-04 17:18:02 +01:00
parent fb49f92735
commit 5295ec2b3b
4 changed files with 29 additions and 47 deletions

View File

@@ -118,6 +118,7 @@ public class TestAPI {
assertNotNull(api.getCardInfo("swsh3-84"));
assertNotNull(api.getCardInfo("swsh4-98"));
assertNotNull(api.getCardInfo("ex13-96"));
assertEquals("ex13", api.getSetInfo(api.getCardInfo("ex13-96")).getId());
}
@Test