Fix test filename

This commit is contained in:
Paul van Brouwershaven
2024-12-16 15:36:24 +01:00
parent b9112bb85b
commit 2096c7e091

View File

@@ -231,7 +231,7 @@ func TestSignPDFFileUTF8(t *testing.T) {
func TestSignPDFVisible(t *testing.T) {
cert, pkey := loadCertificateAndKey(t)
inputFilePath := "../testfiles/minimal.pdf"
inputFilePath := "../testfiles/testfile20.pdf"
originalFileName := filepath.Base(inputFilePath)
tmpfile, err := os.CreateTemp("", t.Name())