diff --git a/sign/sign_test.go b/sign/sign_test.go index 17b4cee..d7b7110 100644 --- a/sign/sign_test.go +++ b/sign/sign_test.go @@ -84,6 +84,8 @@ func TestReaderCanReadPDF(t *testing.T) { t.Errorf("%s: %s", f.Name(), err.Error()) return } + + input_file.Close() } }