mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
5 lines
130 B
R
5 lines
130 B
R
|
test_that("Version is character string", {
|
||
|
expect_equal(length(app_version()), 1)
|
||
|
expect_true(is.character(app_version()))
|
||
|
})
|