Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Jul 31, 2024
1 parent f031560 commit efde88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/webpub_manifest_parser/odl/test_semantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class ODLSemanticAnalyzerTest(AnalyzerTest):
[],
),
(
"when_publication_does_not_contain_licenses_and_has_an_acquisition_link",
"when_publication_does_not_contain_licenses_and_has_an_unknown_acquisition_link",
ODLFeed(
metadata=OPDS2FeedMetadata(title="test"),
links=LinkList(
Expand All @@ -277,7 +277,7 @@ class ODLSemanticAnalyzerTest(AnalyzerTest):
Link(
href="http://example.com",
rels=[
OPDS2LinkRelationsRegistry.ACQUISITION.key
f"{OPDS2LinkRelationsRegistry.ACQUISITION.key}/unknown"
],
)
]
Expand Down

0 comments on commit efde88d

Please sign in to comment.