Skip to content

Commit

Permalink
Uncomment holocamera test
Browse files Browse the repository at this point in the history
  • Loading branch information
dli7319 committed Apr 11, 2024
1 parent 41967be commit 49f178b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_find_dois.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_iccv_doi(filename, correct_doi):


@pytest.mark.parametrize("filename,correct_doi", [
# ("holocamera.bib", "10.1109/TVCG.2024.3372123"),
("holocamera.bib", "10.1109/TVCG.2024.3372123"),
])
def test_tvcg_doi(filename, correct_doi):
search_and_check_doi(filename, correct_doi)
Expand Down

0 comments on commit 49f178b

Please sign in to comment.