1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 23:01:56 +02:00
This commit is contained in:
2019-03-26 14:42:56 +01:00
parent 29f444543d
commit afd12d5486
3 changed files with 4 additions and 2 deletions

View File

@ -69,5 +69,6 @@ test_that("creation of data sets is valid", {
})
test_that("CoL version info works", {
expect_equal(class(catalogue_of_life_version()), "list")
expect_identical(class(catalogue_of_life_version()),
c("catalogue_of_life_version", "list"))
})