mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Merge branch 'master' into master
This commit is contained in:
commit
f5d16a930f
7 changed files with 200 additions and 22 deletions
|
|
@ -12,7 +12,7 @@ public class TxtDeckImporterTest {
|
|||
|
||||
@Test
|
||||
public void testImportWithBlankLineAboveSideboard() {
|
||||
TxtDeckImporter importer = new TxtDeckImporter();
|
||||
TxtDeckImporter importer = new TxtDeckImporter(false);
|
||||
|
||||
CardInfo card;
|
||||
DeckCardLists deck = new DeckCardLists();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue