Fixes tests

This commit is contained in:
Mouse Reeve
2021-02-02 14:59:40 -08:00
parent 6b07911a01
commit bbc05578fb
5 changed files with 6 additions and 5 deletions

View File

@ -30,7 +30,7 @@ class BookList(OrderedCollectionPrivate):
''' structure of an ordered collection activity '''
summary: str = None
curation: str = 'closed'
type: str = 'List'
type: str = 'BookList'
@dataclass(init=False)