Tests: added verify test to check wrong cards in the cubes;

This commit is contained in:
Oleg Agafonov 2021-01-23 06:29:02 +04:00
parent c5dc43630f
commit 06174c4da3
2 changed files with 67 additions and 30 deletions

View file

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