mirror of
https://codeberg.org/scip/epuppy.git
synced 2025-12-17 04:20:59 +01:00
more linter fixes
This commit is contained in:
@@ -12,8 +12,8 @@ func TestEpub(t *testing.T) {
|
||||
defer bk.Close()
|
||||
}
|
||||
|
||||
func open(t *testing.T, f string) (*epub.Book, error) {
|
||||
bk, err := epub.Open(f)
|
||||
func open(t *testing.T, f string) (*Book, error) {
|
||||
bk, err := Open(f)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user