Make the tests pass

This commit is contained in:
Las Zenow 2018-04-08 22:11:19 +00:00
parent 240a8a0430
commit f2b393a453
3 changed files with 17 additions and 23 deletions

View file

@ -4,7 +4,7 @@ import "testing"
var book = Book{
ID: "r_m-IOzzIbA6QK5w",
Title: "some title",
Title: "a famous book",
Authors: []string{"Alice", "Bob"},
}