Skip to content

Commit

Permalink
Try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosak01 committed Sep 6, 2023
1 parent 2a7f03e commit 6351060
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/testthat/test-iq.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ dev <- FALSE

options("logr.print" = FALSE)

test_that("IQ-01: check_sum() works as expected.", {


pth <- file.path(.libPaths()[1], "common/R/common.rdb")

ver <- as.character(packageVersion("common"))

res <- check_sum("common", ver, pth)

expect_equal(res, TRUE)

})
# test_that("IQ-01: check_sum() works as expected.", {
#
#
# pth <- file.path(.libPaths()[1], "common/R/common.rdb")
#
# ver <- as.character(packageVersion("common"))
#
# res <- check_sum("common", ver, pth)
#
# expect_equal(res, TRUE)
#
# })


# test_that("IQ-02: examine_package() for common works as expected.", {
Expand Down

0 comments on commit 6351060

Please sign in to comment.