We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a293e5 commit 5eaf547Copy full SHA for 5eaf547
src/test/kotlin/org/datepollsystems/waiterrobot/mediator/printer/LocalPrinterTest.kt
@@ -20,6 +20,6 @@ internal class LocalPrinterTest {
20
val file = File("src/test/resources/testBill.pdf")
21
val base64String = Base64.getEncoder().encodeToString(file.readBytes())
22
23
- printer.printPdf("test", base64String)
+ printer.printPdf("test", 1, base64String)
24
}
25
0 commit comments