Close file after test
This commit is contained in:
@@ -84,6 +84,8 @@ func TestReaderCanReadPDF(t *testing.T) {
|
|||||||
t.Errorf("%s: %s", f.Name(), err.Error())
|
t.Errorf("%s: %s", f.Name(), err.Error())
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input_file.Close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user