fixing test for GH
This commit is contained in:
@@ -66,7 +66,7 @@ class QRCodeTest {
|
|||||||
|
|
||||||
BufferedImage bufferedImage = MatrixToImageWriter.toBufferedImage(bitMatrix);
|
BufferedImage bufferedImage = MatrixToImageWriter.toBufferedImage(bitMatrix);
|
||||||
|
|
||||||
File outputfile = new File("");
|
File outputfile = new File("test.jpg");
|
||||||
assert ImageIO.write(bufferedImage, "jpg", outputfile);
|
assert ImageIO.write(bufferedImage, "jpg", outputfile);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user