Skip to content

Commit

Permalink
fix(epub-serializer): removed credit page layer n added credit page i…
Browse files Browse the repository at this point in the history
…mg tag after first author
  • Loading branch information
kaldan007 committed Mar 18, 2021
1 parent 15d0577 commit 0342a17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ def test_tsadra_formatter(self):
expected_result = {
AnnType.book_title: [[(None, {"span": {"start": 0, "end": 84}})]],
AnnType.sub_title: [[]],
AnnType.credit_page: [[]],
AnnType.book_number: [[]],
AnnType.poti_title: [[]],
AnnType.author: [
Expand Down

0 comments on commit 0342a17

Please sign in to comment.