Close file after test

This commit is contained in:
Jeroen Bobbeldijk
2017-09-17 16:33:16 +02:00
parent 48cc67912c
commit b9033432de

View File

@@ -84,6 +84,8 @@ func TestReaderCanReadPDF(t *testing.T) {
t.Errorf("%s: %s", f.Name(), err.Error())
return
}
input_file.Close()
}
}