fix: Fix test fixtures for new annotation structure
This commit is contained in:
parent
67bfc30396
commit
333bd279b9
2 changed files with 10 additions and 9 deletions
|
|
@ -11,8 +11,8 @@ from papis_extract.formatter import (
|
|||
|
||||
document = Document(data={"author": "document-author", "title": "document-title"})
|
||||
annotations = [
|
||||
Annotation("myfile.pdf", text="my lovely text"),
|
||||
Annotation("myfile.pdf", text="my second text", content="with note"),
|
||||
Annotation("myfile.pdf", content="my lovely text"),
|
||||
Annotation("myfile.pdf", content="my second text", note="with note"),
|
||||
]
|
||||
md_default_output = """============== ---------------
|
||||
document-title - document-author
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue