Example #1
0
        internal ChapterContentAssert ShouldHaveUpdateLink()
        {
            _chapterContent.UpdateLink()
            .ShouldBePut()
            .EndingWith($"libraries/{_libraryId}/books/{_chapterContent.BookId}/chapters/{_chapterContent.ChapterNumber}/contents")
            .ShouldHaveAcceptLanguage(_chapterContent.Language);

            return(this);
        }