Adds test

This commit is contained in:
Mouse Reeve
2021-08-16 13:59:15 -07:00
parent 5fcea99029
commit bb49d0dc9b
2 changed files with 34 additions and 0 deletions

View File

@ -59,6 +59,9 @@ class Comment(Note):
"""like a note but with a book"""
inReplyToBook: str
readingStatus: str = None
progress: int = None
progressMode: str = None
type: str = "Comment"