Add name for parallel test

This commit is contained in:
tigp
2018-05-01 18:48:50 +02:00
parent dc9afd860d
commit cac6f30626

View File

@@ -68,7 +68,7 @@ func TestReaderCanReadPDF(t *testing.T) {
continue
}
t.Run("", func(st *testing.T) {
t.Run(f.Name(), func(st *testing.T) {
st.Parallel()
input_file, err := os.Open("../testfiles/" + f.Name())