Skip to content

Commit

Permalink
Fix create book alist test
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceWarne committed Aug 17, 2024
1 parent e95308e commit 29f6739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/finito-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit 29f6739

Please sign in to comment.