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