Skip to content

Commit

Permalink
STUPID MISTAKE
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Jun 20, 2024
1 parent 2dc5707 commit 4986141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tinytest/test-package-metadata.r
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (Sys.info()["nodename"] == "HOME") {
nws <- news(package = thisPkg)

# Test CITATION has most recent package version
expect_true(any(grepl(pV, cit), fixed = TRUE))
expect_true(any(grepl(pV, cit, fixed = TRUE)))

# Test NEWS has most recent package version
expect_true(any(grepl(pV, nws, fixed = TRUE)))
Expand Down

0 comments on commit 4986141

Please sign in to comment.