Skip to content

Commit 5eaf547

Browse files
committed
WR-342: Fix test
1 parent 9a293e5 commit 5eaf547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/org/datepollsystems/waiterrobot/mediator/printer/LocalPrinterTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ internal class LocalPrinterTest {
2020
val file = File("src/test/resources/testBill.pdf")
2121
val base64String = Base64.getEncoder().encodeToString(file.readBytes())
2222

23-
printer.printPdf("test", base64String)
23+
printer.printPdf("test", 1, base64String)
2424
}
2525
}

0 commit comments

Comments
 (0)