1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-12 09:11:05 -09:00

- fixed test

This commit is contained in:
Oleg Agafonov 2017-12-09 21:26:22 +04:00
parent 5b5c6bd7a7
commit f09a541282

View file

@ -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();