Пример #1
0
func TestChapterNextChapter(t *testing.T) {
	c := readhacker.Chapter{}
	if c.NextChapter(1, 1) == nil {
		t.Error("next chapter is nil")
	}
}