fix: arxiv year
This commit is contained in:
@@ -72,10 +72,11 @@ class TestPaperStorageManager:
|
||||
"arxiv-2212_06340", SourceType.ARXIV
|
||||
)
|
||||
|
||||
# Should extract year 2022 from 2212.06340 (22 -> 2022)
|
||||
expected = (
|
||||
storage_manager.library_paths.papers_dir
|
||||
/ "arxiv"
|
||||
/ "2212"
|
||||
/ "2022"
|
||||
/ "arxiv-2212_06340"
|
||||
)
|
||||
assert paper_dir == expected
|
||||
|
||||
Reference in New Issue
Block a user