Skip to content

Commit f27755d

Browse files
author
Ang
committed
fix tests: add DOI to bibtex_entry fixture so it takes DOI fast path
1 parent ea4853a commit f27755d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def sample_references():
6666
" journal={Nature},\n"
6767
" year={2020},\n"
6868
" volume={580},\n"
69-
" pages={1-10}\n"
69+
" pages={1-10},\n"
70+
" doi={10.1038/nature14539}\n"
7071
"}"
7172
),
7273
}

0 commit comments

Comments
 (0)