Fixes tests
This commit is contained in:
parent
6b07911a01
commit
bbc05578fb
5 changed files with 6 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue