diff --git a/test/finito-test.el b/test/finito-test.el index 22bcd68..3305c21 100644 --- a/test/finito-test.el +++ b/test/finito-test.el @@ -213,7 +213,8 @@ Occurrences of `.buffer-text' will be replaced by: (thumbnailUri . "https://random-url") (rating . nil) (startedReading . nil) - (lastRead . nil)))) + (lastRead . nil) + (review . nil)))) (expect (finito--create-book-alist response-alist) :to-equal finito--stub-book))))