mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run
4 lines
130 B
R
4 lines
130 B
R
test_that("Version is character string", {
|
|
expect_equal(length(app_version()), 1)
|
|
expect_true(is.character(app_version()))
|
|
})
|