mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
- fixed test
This commit is contained in:
parent
5b5c6bd7a7
commit
f09a541282
1 changed files with 1 additions and 1 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