Make the tests pass
This commit is contained in:
parent
240a8a0430
commit
f2b393a453
3 changed files with 17 additions and 23 deletions
|
@ -4,7 +4,7 @@ import "testing"
|
|||
|
||||
var book = Book{
|
||||
ID: "r_m-IOzzIbA6QK5w",
|
||||
Title: "some title",
|
||||
Title: "a famous book",
|
||||
Authors: []string{"Alice", "Bob"},
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue