Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Feb 27, 2024
1 parent aa16983 commit df92a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions tests/testthat/_snaps/cff_to_bibentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
number = {2},
pages = {97--111},
month = {January},
keywords = {Some},
keywords = {simple},
keywords = {keywords},
keywords = {Some, simple, keywords},
}

---
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-cff_to_bibentry.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test_that("Article to bibtex", {
number = 2,
pages = "97--111",
month = "January",
keywords = c("Some", "simple", "keywords")
keywords = "Some, simple, keywords"
)
expect_snapshot(toBibtex(bib))
x <- cff_parse_citation(bib)
Expand Down

0 comments on commit df92a9d

Please sign in to comment.