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

Commit

Permalink
Fix test descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Jan 17, 2024
1 parent a99ea94 commit efcf5b4
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 @@ -127,7 +127,7 @@ class ODLSemanticAnalyzerTest(AnalyzerTest):
],
),
(
"when_publication_does_not_contain_licenses_and_has_a_oa_link",
"when_publication_does_not_contain_neither_licenses_nor_oa_link",
ODLFeed(
metadata=OPDS2FeedMetadata(title="test"),
links=LinkList(
Expand Down Expand Up @@ -187,7 +187,7 @@ class ODLSemanticAnalyzerTest(AnalyzerTest):
],
),
(
"when_publication_does_not_contain_neither_licenses_nor_oa_link",
"when_publication_does_not_contain_licenses_and_has_a_oa_link",
ODLFeed(
metadata=OPDS2FeedMetadata(title="test"),
links=LinkList(
Expand Down

0 comments on commit efcf5b4

Please sign in to comment.