mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Tests: added verify test to check wrong cards in the cubes;
This commit is contained in:
parent
c5dc43630f
commit
06174c4da3
2 changed files with 67 additions and 30 deletions
|
|
@ -51,7 +51,7 @@ public final class MtgJsonService {
|
|||
Files.copy(download, file.toPath(), StandardCopyOption.REPLACE_EXISTING);
|
||||
System.out.println("Downloading DONE");
|
||||
} else {
|
||||
System.out.println("Founded file " + filename + " from " + file.getAbsolutePath());
|
||||
System.out.println("Found file " + filename + " from " + file.getAbsolutePath());
|
||||
}
|
||||
stream = new FileInputStream(file);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue