Skip to content

Commit

Permalink
correct capitalisation of indentifier filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-jones committed Mar 9, 2023
1 parent 7a73645 commit b3ded73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doajtest/unit/test_task_preservation.py
Expand Up @@ -173,10 +173,10 @@ def test_preservation_multiple_journals(self):
assert os.path.isdir(os.path.join(self.tmp_dir, "articles"))
assert os.path.isdir(os.path.join(self.tmp_dir, "articles", "article_1"))
assert os.path.exists(os.path.join(self.tmp_dir, "articles",
"article_1", "identifier.txt"))
"article_1", "Identifier.txt"))

reader = preservation.CSVReader(os.path.join(self.tmp_dir,
"articles", "identifiers.csv"))
"articles", "Identifiers.csv"))
data = reader.articles_info()

assert "article_1" in data
Expand Down

0 comments on commit b3ded73

Please sign in to comment.