Skip to content

Commit

Permalink
bump REDCap version
Browse files Browse the repository at this point in the history
ref #459
  • Loading branch information
wibeasley committed Dec 15, 2022
1 parent e3dc938 commit 7bb9623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-version.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ test_that("version-successful", {
verbose = FALSE
)

expected <- package_version("12.5.5")
expected <- package_version("13.1.0")
version_good <- (expected <= actual)
expect_true(version_good)
})

test_that("version-unuccessful-bad-token", {
test_that("version-unsuccessful-bad-token", {
testthat::skip_on_cran()
actual <-
redcap_version(
Expand Down

0 comments on commit 7bb9623

Please sign in to comment.